dmco
-
2/7/2010 11:43:19 PM
Navigation CheckPermissions=true only hiding first-level content?
I'm using a CMS list menu to display content for the top two levels of my site.
I have two role types: Manager and Employee
My content is set up as below
Folder |_Content1 <- Security allows both Manager and Employee |_Subcontent <-- Security allows Manager only
However, despite CheckPermissions=true on my CMSListMenu, the Subcontent menu item is still visible to the Employee. If the employee clicks the menu item of course, they get an access denied page which is a horrible user experience.
So, what's happening here? Does CheckPermissions=true hide menu items only for the first level content? If so, is there any way I can duplicate the menu-item hiding for subsequent levels?
Thanks very much
dmco
|