-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.6, 4.1.1
One of our lecturers complained that some of his calendar events don't show up in the calendar. After a long hunt I was finally able to track down the issue.
There are the following user preferences settings:
- calendar_persistflt
- calendar_savedflt
For the first there are two options "0" => no and "1" => yes. The latter contains a number between 0 and 15 that represents a bit pattern of:
- CALENDAR_EVENT_SITE
- CALENDAR_EVENT_COURSE
- CALENDAR_EVENT_GROUP
- CALENDAR_EVENT_USER
The problem here was that the latter setting was used always because when evaluating the first setting the type save comparism worked only with the default value.
This then is no problem when the second setting contains the pattern that includes all of the four calendar events. Unfortunately our user had excluded the CALENDAR_EVENT_COURSE bit. Hence most of his calendar items did not show up.
- duplicates
-
MDL-71362 If the user preference "calendar_persistflt" is set, the calendar-events are not shown.
-
- Closed
-