I’m still evaluating Gibbon v17 and I came across a little bug.
It’s about deleting a record when typing delete is required, e.g. a user.
To delete a user, one normally must type delete, otherwise it will not go through. Anyway, you can circumvent this by clicking the delete button, then closing the thickbox window, and then clicking the delete button again. Then the record can be deleted without typing delete.
Interesting, well caught! Yep I was able to reproduce this. I suspect it may be because the confirmation box is just a client-side measure, and something to do with loading the validation through the ajax pagination causes it to only work the first page load. Will take a look and see if there’s a fix.
Hi @ngn Thanks for the post. The purpose of asking users to type DELETE to confirm deletion is to slow them down and prevent accidental deletion. If a user has gone to the effort to open the delete dialog in a new tab, then they’ve bypassed the confirmation step, but do to so they’ve likely thought about the deletion intentionally.