Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.5, 2.1.2, 2.2
-
Component/s: Calendar
-
Testing Instructions:
- open the calendar preferences page
- observe that the "Upcoming events look-ahead" select defaults to 1
-
Affected Branches:MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
Fixed Branches:MOODLE_20_STABLE, MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-30302-master-2
Description
The default lookahead for the calendar is 21 days.
However the calendar preferences page only has options for 1-20 days which means that the <select> element defaults to the first element - 1 days.
As a result, users visiting the page may inadvertently update their calendar preferences to set their lookahead days to 1 day.