Download & Extend

Menu access should have Perm ->admin tile perms

Project:Title Permissions
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

Great little module, it was just what I was looking for.

Because the access on the menu item "admin/settings/title_perms" is access=>TRUE anyone can edit the Title perm settings. You need to add a perm like "administer title perms" then add

'access' => user_access('administer title perms')

to hook_menu

I would have supplied a patch but am not sure how your perm array works.

Many thanks again
Geoff

Comments

#1

Status:active» needs review

I have added an "administer title perms" permission and it seems to work OK but I am not positive that it won't bugger something else up. What do you think?

Regards
Geoff

AttachmentSize
menu_access.patch 978 bytes
nobody click here