Grouped Actions don't engage modal.
I do have the modal blade components in my blade file. And they work fine with the infolist on the same page. But they do not work with my actions. Could having an infolist and an action group on the same page cause an issue?
When inspecting the network tab in devtools, I do see successful requests to my app when I click my actions.
Solution:Jump to solution
This was a function name issue with the action name. Missed this part:
"Add a method that returns your action. The method must share the exact same name as the action, or the name followed by Action."...
1 Reply
Solution
This was a function name issue with the action name. Missed this part:
"Add a method that returns your action. The method must share the exact same name as the action, or the name followed by Action."