Modal Action with Wizard, add additional Footer Actions
I am using a the
I am trying to register an additional footer action to this modal; what I have tried:
Having a dig around, I think I am being "hindered" by the
Any help very much appreciated
->steps() method on an Action, to create a Wizard with a modal action:I am trying to register an additional footer action to this modal; what I have tried:
Having a dig around, I think I am being "hindered" by the
getModalFooterActions() method on the CanOpenModal trait, it appears to ignore the above methods as a result of the modal containing a wizard, so I assume I'm missing a method I should be calling instead?Any help very much appreciated

