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
{{ message }}
This repository was archived by the owner on Mar 17, 2020. It is now read-only.
What is the purpose of the call to $this->context->controller->addJQuery();
in the public function hookBackOfficeHeader() ?
The hook back office header should be used to place module information in the back office header, whatever the controller.
It shouldn't call a controller method.
In particular, the addJQuery is certainly called elsewhere in the back office initialisation