Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.11.6
Description
To replicate:
- Add $CFG->calendar_adminseesall = true; to config.php
- Create a course and add the calendar block
- Click the "Import or export calendars" link on the block
- Press the "Import calendar" button
- Set "Import from" to "Calendar file (.ics)
- Upload an ics file (there's one attached to this issue that you can use)
- Set "Type of event" to "Course"
- Press "Import calendar"
I guess the issue is that the user is expected to select a course when using the "Course" event type, but the UI doesn't indicate that field is required, nor does it appear to do any validation upon submission.