-
Bug
-
Resolution: Fixed
-
Major
-
1.9.9
-
None
-
Ubuntu Linux
-
MySQL
-
MOODLE_19_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
When the owner of a repeated booking clicks on a booking, only one instance of the booking series can be edited.
The error occurs because of this code in view_entry.php:
if($record=get_record('mrbs_entry','id',$id)) {
if(strtolower($record->create_by)==strtolower($USER->username))
}
This redirection does not include the "edit_type" parameter, and the editing therefore defaults to a single occurrence of the booking.
Proposed solution: Remove the five lines mentioned above.
- is duplicated by
-
CONTRIB-3114 After creating a booking series in MRBS, cannot edit the series
- Resolved