-
Bug
-
Resolution: Fixed
-
Minor
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MDL-58559-master -
When a teacher searches for a 'course I can enrol in' in the Community Finder block, debugging reports the following:
Invalid get_string() identifier: 'none' or component 'edufields'. Perhaps you are missing $string['none'] = ''; in lang/en/edufields.php?
- line 349 of /lib/classes/string_manager_standard.php: call to debugging()
- line 7070 of /lib/moodlelib.php: call to core_string_manager_standard->get_string()
- line 156 of /blocks/community/renderer.php: call to get_string()
- line 237 of /blocks/community/communitycourse.php: call to block_community_renderer->course_list()
- blocks
-
MDLQA-10521 CLONE - A teacher can add a course to the community block
- Passed