should this dispatch the modal/slideOver?
I'm trying to edit a record in an infolist using a slideOver. The update method is being called, but nothing happens.
Attaching a screenshot of the body of the response from dev tools. This is using the Simple List Item plugin. Is there some other step I need to take to dispatch the modal?
3 Replies
I have the same problem, did you find a solution?
I can't seem to find where this is in my code to try and see what I ended up doing. I'm pretty sure i just switched it to the built-in EditAction. Also make sure you have the latest updates because I believe they fixed some things related to actions in v3.1
I was having issues with actions prior to the 3.1 release, and now I'm not.
I fixed it with a quote roundabout solution not sure it’s the filament way 😂 I added a view entry and called the methods on the list entries and view entry components.