sdebacker / TypiCMS

Multilingual CMS built with Laravel 4.2
MIT License
474 stars 119 forks source link

Creating Menulinks in Menus permission issue. #125

Open tmunzar-jfish opened 8 years ago

tmunzar-jfish commented 8 years ago

I have a problem. I've given a User role in the admin which is not a 'Super User' the permissions to create/edit/delete Menus. That type of admin User can access the menus, edit & create them. However that user can't seem to add or edit any of the Menulinks in a Menu. It seems like the this is a permissions bug. Since Menulinks isn't a separate module and doesn't list in the permission of the user role, there is no way to give permission to modify menulinks and hence no one other than a Super User seems to be able to do so.

Can anyone give me a quickfix to resolve this on my own if dealing it in the core will take a while? I have published the Menus module in my app and can modify it as necessary.