-
Bug
-
Resolution: Fixed
-
Minor
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-66158-master -
- Open browser dev tools
- Navigate to Dashboard
- Click on name of current month
- Confirm there were no JS errors
body.on([CalendarEvents.monthChanged, CalendarEvents.dayChanged]
|
Does not comply with the spec for $.on():
One or more space-separated event types and optional namespaces, such as "click" or "keydown.myPlugin".
- is a regression caused by
-
MDL-65671 Calendar view selector enables users to switch between month, day and upcoming events
- Closed