This module is a great tool for anybody that needs more control over permissions to respective pages. However, there is definitely a small issue about random menu items being created. The module call hook_menu_alter and adds the access callback and arguments to the pages than need finer-grained permissions. The problem is that if that particular page doesn't exist, or for some reason is disabled, etc. it makes a new menu item that has nothing but access callback and access arguments. I am trying to make the time to create a patch for this.........will update soon
Comments
Comment #1
Docc commentedk just commited a fix to the dev. Let me know if it works for ya. Remember to rebuild the menu.
Comment #2
Docc commentedComment #3
rfreij commentedAppears Fixed....
Comment #4
rfreij commentedAfter further investigating....it appears your fix is preventing those permission settings from working at all now
Comment #5
rfreij commentedComment #6
Docc commentedIt shouldnt matter but try replacing line 113
with
Comment #7
Docc commented