-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
5.0
-
MOODLE_500_STABLE
Originally reported and fixed by MDL-74193 it is happening again because of a regression caused by MDL-76583
Basically, the problem is that the new core_external\util::format_text method is setting to NULL itemids that are supposed to be 0, in particular, this line of code:
To fix it, we just need to remove these lines:
if (empty($itemid)) {
$itemid = null;
{color:#000000}}
- duplicates
-
MDL-83474 Incorrect URLs returned by WS mod_feedback_get_feedbacks_by_courses
-
- Waiting for component lead review
-