elben
How to trigger an action from another action?
I'm able to get this working when defining an action separately in a function like:
But it's not working for actions defined in headerActions() of the infoList. The prevous action closes. Nothing else happens.
I also found a method called
mountInfolistAction()
in InteractsWithInfolists
trait. But calling this just shows the dark background which usually shows behind the modal. But it doesn't show the modal itself (with the form).
What could be the reason?6 replies