bdecentgmbh/moodle-format_kickstart

Uses a string from local_kickstart_pro

mudrd8mz opened this issue · 3 comments

There is a get_string() call for one local_kickstart_pro string. Either this should check the format_kickstart_has_pro() or use a string provided by the plugin itself.

Invalid get_string() identifier: 'showing' or component 'local_kickstart_pro'. Perhaps you are missing $string['showing'] = ''; in /lang/en/local_kickstart_pro.php?

    line 353 of /lib/classes/string_manager_standard.php: call to debugging()
    line 7261 of /lib/moodlelib.php: call to core_string_manager_standard->get_string()
    line 91 of /course/format/kickstart/classes/output/import_course_list.php: call to get_string()
    line 62 of /course/format/kickstart/classes/output/renderer.php: call to format_kickstart\output\import_course_list->export_for_template()
    line 48 of /course/format/kickstart/format.php: call to format_kickstart\output\renderer->render()
    line 290 of /course/view.php: call to require()

This issue has not been fixed yet.

@moodledev can you please fix that once you've completed dash? Thx!

fixed