-
-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting a form record successfully but get "Item could not be deleted" flash message #11406
Comments
I can't seem to reproduce this. Form submissions are deleting as expected for me. Are you able to record a video demonstrating the issue? |
They are deleting as expected, but after deleting, I get a flash message towards the bottom left of the browser window that says, "Item could not be deleted". I have created a screen recording that can be viewed here. Thanks |
Do you have any event listeners setup? |
Nope. It's a new project, a fresh install on my local dev. A single contact form is used on the home.antlers.html page. |
That's strange. How are you hosting the site? Are you using Laravel Herd? |
Yes, I am using Laravel Herd, version 1.14.1 |
Are there any errors in your log file? They're located in |
Not that I can see. If I get time, I will create a new project to see if I can replicate it again. |
Bug description
When deleting an entry from my contact form (successfully deleted), I get a flash message at the bottom left corner of my browser window: "Item could not be deleted."
How to reproduce
Specific to a form created on my local machine. I have not tested with a second form, but I can do it if you can not replicate the problem. Please note that I am storing everything in the database, e.g. forms and blueprints.
Logs
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No errors were thrown in the log file.
The text was updated successfully, but these errors were encountered: