Dustin
Receive parameters from programmatic action
Yeah but that is a layer deeper, in the action itself:
->action(function (array $arguments) {
I need it in the function addAppointmentAction, so i can change the title and fields of my form. I think that $this->mountedActionsArguments will work for now.5 replies