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
When an admin tries to delete other users along with admin himself shows an error deletion of the users failed but after a refresh the users are actually deleted. The API seems to be working but UI gives wrong information.
Steps to reproduce
admin creates two users user1 and user2
admin selects two users user1 and user2 along with himself (since there is option to select the admin himself)
deleted the selected users.
Expected Behavior
Other users should be deleted and in modal or dialog cannot delete admin should have been popped.
Actual Behaviour
A pop up is shown giving that failed to deleted users but after a refresh those users are deleted.
Video Screenshot
admindelete.mp4
Environment Setup
OCIS_WEB: latest docker image
The text was updated successfully, but these errors were encountered:
Description
When an admin tries to delete other
users
along withadmin
himself shows an errordeletion of the users failed
but after a refresh the users are actually deleted. The API seems to be working but UI gives wrong information.Steps to reproduce
user1
anduser2
user1
anduser2
along with himself (since there is option to select the admin himself)Expected Behavior
Other users should be deleted and in modal or dialog
cannot delete admin
should have been popped.Actual Behaviour
A pop up is shown giving that
failed to deleted users
but after a refresh those users are deleted.Video Screenshot
admindelete.mp4
Environment Setup
OCIS_WEB: latest docker image
The text was updated successfully, but these errors were encountered: