-
Bug
-
Resolution: Fixed
-
Major
-
3.1, 3.1 regressions
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-54715-master -
-
3.2 Sprint 1
Pointed out by YaphetsFans on MDL-50851
moodle 3.1 file /moodle/question/format.php on line 429,
it shoud not be " core_tag_tag::set_item_tags('core_question', 'question', $question->context, $question->id, $question->tags);"
should be like " core_tag_tag::set_item_tags('core_question', 'question', $question->id, $question->context, $question->tags);"
- is a regression caused by
-
MDL-50851 Introduce tag collections and tag callbacks (Tag API overhaul)
-
- Closed
-