orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
138 stars 34 forks source link

Delete confirmation dialog does not work #6

Closed pqr closed 3 years ago

pqr commented 3 years ago
image

orchid/platform 9.14.0 orchid/crud 2.1.0

tabuna commented 3 years ago

A possible reason is that required fields (or rules) are not filled. And for this, the form did not react. I have added to the deletion and ordinance methods ignoring the form rules.

Still not working? How can I reproduce

tabuna commented 3 years ago

If you looked from safari, then it was solved recently here https://github.com/orchidsoftware/platform/issues/1482

pqr commented 3 years ago

Confirm, works now!