Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1, 3.1 regressions
-
Fix Version/s: 3.1.1
-
Testing Instructions:
-
Affected Branches:MOODLE_31_STABLE
-
Fixed Branches:MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-54715-master -
Pull Master Diff URL:
-
Sprint:3.2 Sprint 1
Description
Pointed out by WangYang 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);"
Attachments
Issue Links
- is a regression caused by
-
MDL-50851 Introduce tag collections and tag callbacks (Tag API overhaul)
-
- Closed
-