-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.7, 2.4.4, 2.5, 2.6
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
wip-
MDL-39801-master -
navigationlib.php:902 if ($node->key == $key && $node->type == $type)
This test always returns true for the first element of the $this->collection
Hard to find out why my theme was not removing the good item !
Solution :
if ($node->key === $key && $node->type === $type)
Maybe the test is not ok also l.2561 and l.4397 .
Thanks for your work.
- blocks
-
MDL-21097 Non-editing teacher role cannot view/hide activities with permission set to allow.
- Closed