Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5.4, 2.6.1
-
Component/s: Glossary
-
Testing Instructions:
-
Affected Branches:MOODLE_25_STABLE, MOODLE_26_STABLE
-
Fixed Branches:MOODLE_25_STABLE, MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-44287-master -
Pull Master Diff URL:
-
Sprint:BACKEND Sprint 11
Description
While converting logs in MDL-40059 I found some warnings in glossary module:
1. When importing glossary entries into new glossary:
Notice: Undefined property: stdClass::$assessed in /home/marina/repositories/master/moodle/mod/glossary/lib.php on line 816
|
|
Warning: Creating default object from empty value in /home/marina/repositories/master/moodle/mod/glossary/import.php on line 144
|
2. When editing/deleting categories there are warnings such as "You should not output before redirecting"
Fixing those in a separate issue, since it's not related to logging and also may be backported. Also I'm adding a behat test for glossary categories