Closed (duplicate)
Project:
Organic Groups Menu (OG Menu)
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2009 at 16:24 UTC
Updated:
23 Sep 2009 at 01:24 UTC
This is a great module. However, I have a few concerns. This may be a feature request as well as a bug report.
When a group administrator logs in and goes to edit the group menu, they have access not only to all other group menus, but (in the left-hand navigation menu) they also have access to all other site menus. There is no differentiation between permission to administer menus and administer group menu/s. I really don't want someone who has created a group (and is thus the group administrator) to be able to make changes to the site's menus. Is this something that's being worked on?
Comments
Comment #1
tjmoyer commentedJust noticed that an og administrator can also delete any non-core menu, too. This is definitely opposite of what was outlined as og menu module features.
Comment #2
lizaderhold commentedI am having a similar problem. I want to be able to give the "administer group menu" permission to og admins and have them edit (and ideally, create) their og menus. However, it seems to actually enable the functionality I must also give them "administer menu" in the menu module which allows them to edit every menu.
Comment #3
jide commentedIn the function og_menu_form_alter, which implements hook_form_alter, the form_id used "page_node_form" will only work for pages...
A quick fix :
In og_menu.module, change line 110 from :
To...
Comment #4
jide commentedI just catched the duplicate issue #544446: Permissions allow access to all OG menus, resolved with a patch. Marking as duplicate.