ViewRecord Listener Method Launch Action
I have 5 header actions that are listed in cachedActions and mountedActions is listed as empty. I can then do a $this->mountAction('action_name')? Ive even extracted the action to a public method with the name of whateverAction() that returns the Action with the same name and its never called as well. Im thinking its either because i am using a listener method to launch it or something to do with cached actions. I am obviously missing something simple as usual.
1 Reply
Solution
Ugh, never mind, issue was with ->visible() on the action. lol