Reorder_toolbar not found.
Closed this issue · 1 comments
CptMeatball commented
In Controller menus.php
the reorder
method looks for:
~/benfreke/menumanager/controllers/menus/_reorder_toolbar.htm
See: https://github.com/benfreke/oc-menumanager-plugin/blob/master/controllers/Menus.php#L70
This causes following error:
davemof commented
The error is on line 70 of:
benfreke/menumanger/controllers/Menus.php
change line to:
$toolbarConfig->buttons = '~/plugins/benfreke/menumanager/controllers/menus/_reorder_toolbar.htm';
and it should work then