benfreke/oc-menumanager-plugin

Reorder_toolbar not found.

Closed this issue · 1 comments

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:

screen shot 2016-11-21 at 17 15 02

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