Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.4
-
Component/s: Package: ILP
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
When viewing a student's PLP page in the ILP block, there's a lot of undefined properties displayed if some reports are not turned on.
The attached patch does empty() checks on the properties in question, and ensures that $ilpcourses is defined in get_my_ilp_courses before it's passed to foreach().
Attachments
Issue Links
| This issue will help resolve: | ||||
| CONTRIB-1572 | Undefined settings notices in Concerns module |
|
|
|
| This issue has been marked as being related by: | ||||
| CONTRIB-1572 | Undefined settings notices in Concerns module |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
This patch takes care of some notices in the block's list.php file