-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.5, 4.0
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
MDL-73979-master -
-
3
-
HQ Team International CIH2-219
Currently the dates and courses views of the timeline block do not always display the same events - courses view omits any courses outside of their start/end date range, whereas the dates view ignores those.
To reproduce
- Create a course (Course 1) with an end date in the past (or start date in the future).
- Add an assignment (Assignment 1) activity to the course, with a due date next week.
- As a student enrolled in the course, view your timeline block and set the time filtering to "All".
- In dates view, the Assignment 1 will be listed, in courses view Assignment 1 will not be listed (because Course 1 is not listed).
Action required
For consistency within this block, and also with other areas of Moodle (such as my courses and course overview block), the courses view of the timeline block should be updated to display courses regardless of their start/end date. The tasks involved in this issue are therefore:
- Update the relevant backend web service/calls/logic so that the courses view does not exclude courses based on start/end date.
- Check whether changes will affect any other parts of Moodle (eg a lot of the fetching relates to calendar services that may be used in places like analytics). Confirm if any changes/side effects are desirable and adjust or document as necessary.
- Testing discovered
-
MOBILE-4008 Timeline block views should display consistent information (mobile app)
- Closed