Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2
-
Component/s: Calendar
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_22_STABLE
-
Fixed Branches:MOODLE_22_STABLE, MOODLE_23_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-32605-master -
Pull Master Diff URL:
Description
$repeatspan = '<br /><br /><span>'.get_string('youcandeleteallrepeats', 'calendar').'</span>';
|
should be
$repeatspan = '<br /><br /><span>'.get_string('youcandeleteallrepeats', 'calendar', $event->count_repeats()).'</span>';
|
in calendar/delete.php Line 110
Thanks
Attachments
Issue Links
- Testing discovered
-
MDL-31671 Unable to delete all events in a recurring series after the first event from that recurring series had already been deleted.
-
- Closed
-