multiple CreateActions?
As far as I can tell, its not possible to have multiple CreateActions in an ActionGroup is there? I have a different form/action logic for each one. I think I have to use the generic Action? This is in HeaderActions for a table.
4 Replies
You’d have to override one any way so just make the other one a regular action with your custom logic.
im just doing Action for all of them right now. Just thought I would check. Whats really odd though right now is for some reason all of my Actions are not displaying the form in the slideover, but moving directly to the ->action() and showing the success notification.
Hmm, I’d have to see it.
you can do it
you just have to pass unique names to the actions
CreateAction::make('create1') CreateAction::make('create2')