BoltTranslate / labels

Bolt Labels extension - Translatable labels for Bolt
https://bolt.cm/
18 stars 12 forks source link

Problem with create MenuEntry on Bolt 3.3.6 #55

Closed margot-vogo closed 6 years ago

margot-vogo commented 6 years ago

After install Labels on Bolt 3.3.6 coming fatal error. Solution - change function registerMenuEntries in LabelsExtension.php:

    $menu = new MenuEntry('labels', 'labels');
    $menu->setLabel('Label translations')
        ->setIcon('fa:flag')
        ->setPermission('labels')
    ;

    return [
        $menu,
    ];
bobdenotter commented 6 years ago

Sorry! Fixed in #56. Version 3.1.1 includes this fix.