You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for reservations using the admin/manage_reservations.php page.
Select all reservations, then delete them using the delete button at the bottom, accept the warning
Expected result :
All reservations are deleted
Actual result :
Only some reservations are deleted, it stops at the first reservation spanning multiple resources.
Looking at the log, I can see that delete multiple tries to delete one reservation ID two times ; the first time works fine, but the second one errors out, which stops further deletion :
Reproductions steps :
Search for reservations using the
admin/manage_reservations.php
page.Select all reservations, then delete them using the delete button at the bottom, accept the warning
Expected result :
All reservations are deleted
Actual result :
Only some reservations are deleted, it stops at the first reservation spanning multiple resources.
Looking at the log, I can see that delete multiple tries to delete one reservation ID two times ; the first time works fine, but the second one errors out, which stops further deletion :
I've made a quick fix by removing duplicate from the deletemultiple action, but it's probably not the best way to do it :
If this seems sufficient, I can provide a MR for the fix :)
The text was updated successfully, but these errors were encountered: