[Admin panel] Content duplication on multiple clicks on Save button · Issue #216 · Platformus/Platformus · GitHub
More Web Proxy on the site http://driver.im/
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
Go to backend, start editing one of existing objects, then click on the Save button multiple times, while page is not switched back to object list view.
See duplicate entries of previously edited object both in the objects list and in the database.
Additional info: if you try to delete one of duplicated objects via backend, all other copies will be deleted too, so contene will be permanently lost.
Suggestion: a kind of critical section combined with timeout policy would be awesome.
The text was updated successfully, but these errors were encountered:
Seems like that. Without this, it's very easy to "shoot your own leg". Before submitting this issue here, I've actually lost (while deleting the dup) the page I was working like 10 or 12 hours. I was just crying out loud for a minute or two
I think we need simply to disable submit buttons while requests.
Uh oh!
There was an error while loading. Please reload this page.
Steps to reproduce:
Additional info: if you try to delete one of duplicated objects via backend, all other copies will be deleted too, so contene will be permanently lost.
Suggestion: a kind of critical section combined with timeout policy would be awesome.
The text was updated successfully, but these errors were encountered: