You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need add surfix to root dir in my listener, is possible to do this ?
(i cannot modifity parameters because is frozen in this moment)
i found in ElFinderController $this->get('event_dispatcher')->dispatch(ElFinderEvents::PRE_EXECUTION, $preExecutionEvent);
but here configuration is not send to listener so i cant change
The text was updated successfully, but these errors were encountered:
I need add surfix to root dir in my listener, is possible to do this ?
(i cannot modifity parameters because is frozen in this moment)
i found in ElFinderController
$this->get('event_dispatcher')->dispatch(ElFinderEvents::PRE_EXECUTION, $preExecutionEvent);
but here configuration is not send to listener so i cant change
The text was updated successfully, but these errors were encountered: