So i need to get the last action name in a other action . Example :
Navigate FROM clients/admin OR clients/member TO clients/create
So in my clients/create i need to know where is it comming from , from the admin or the member view.
Note: $this->dispatcher->getPreviousActionName() is returning NULL