-
Improvement
-
Resolution: Fixed
-
Minor
-
3.7.2
-
MOODLE_37_STABLE
-
MOODLE_38_STABLE
-
MDL-66740-master -
Capability 'moodle/course:request' can only be assigned in system context, this is very inconvenient if we want to give user option to request only in limited categories. Even if $CFG->requestcategoryselection is enabled, the capability is checked in the system context.
The button "Request course" is displayed on every category page and when clicking on it, the category selector is not prefilled with the category where user was.
- caused a regression
-
MDL-67054 PHP Notice: Undefined property: stdClass::$requestcategoryselection in /var/www/html/lib/db/upgrade.php on line 3617
- Closed