-
Bug
-
Resolution: Fixed
-
Minor
-
3.7
-
MOODLE_37_STABLE
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MDL-65958-master-v3 -
-
Internationals - 3.8 Sprint 2
I noticed this while implementing this feature for the mobile app. Looking at the code, all the courses are only displayed if you do NOT have the capability 'moodle/calendar:manageentries'. This seemed a bit weird to me, so I looked at the code and I saw this change:
Before the change, you could see all courses if you had the capability, but after the change the behaviour was changed to the opposite. I guess this was a mistake and it should be fixed.
- is a regression caused by
-
MDL-60826 Memory exhaustion error when trying to add/edit calendar event as admin
- Closed