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
Describe the bug
When deleting lectures on the course admin page, the lectures are not immediately removed from the page. This might suggest to the user that it was not actually deleted and might lead them to retry. Retrying will fail with "An unknown error occured during the deletion process", probably as double deletion cannot occur. The lecture disappears when reloading the page.
To Reproduce
Steps to reproduce the behavior:
Go to course admin page
Click on 'Delete 1 Lecture'
Verify that the lecture has not disappeared
Click on 'Delete 1 Lecture' again
See error alert
Reload page and see that lecture has disappeared
Expected behavior
The lecture immediately disappears to avoid confusion.
The text was updated successfully, but these errors were encountered:
Describe the bug
When deleting lectures on the course admin page, the lectures are not immediately removed from the page. This might suggest to the user that it was not actually deleted and might lead them to retry. Retrying will fail with "An unknown error occured during the deletion process", probably as double deletion cannot occur. The lecture disappears when reloading the page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The lecture immediately disappears to avoid confusion.
The text was updated successfully, but these errors were encountered: