issues
search
BCStudentSoftwareDevTeam
/
celts
Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1
stars
8
forks
source link
Fixed bug with deleting recurring events
#1359
Closed
bledsoef
closed
1 week ago
bledsoef
commented
1 week ago
Issue Description
Fixes #1350
When attempting to delete multiple recurring events from a series stuff breaks.
Changes
Made sure the only recurring events we were attempting to rename were those that were active and not deleted, as that was causing the problem.
Testing
Checkout development
Reset database
Create a recurring series with 10 events
Delete the 5th
Delete the 1st
The order should get weird now
Keep deleting the 1st and verifying weird functionality.
Checkout
1350_recurring_events_bug
Reset database
Repeat steps 3-5 but verify it works now.
Rejoice!
github-actions[bot]
commented
1 week ago
View Code Coverage
Issue Description
Fixes #1350
Changes
Testing
1350_recurring_events_bug