The problem is that I would expect the 'editor' no to be able to see the tab "New Parents And Children". However, when I log in they can see this tab. If I change the access node to read:
<access>
<grant>editor</grant>
</access>
The tab is then hidden. It seems that the permissions are reversed, what am I missing?
DashBoard.config and permissions reversed?
Hi
I have a Dash board.config that looks like this.
<?xml version="1.0" encoding="utf-8"?>
<dashBoard>
<section alias="StartupModerationDashboardSection">
<areas>
<area>content</area>
</areas>
<tab caption="New Parents And Children">
<access>
<deny>editor</deny>
</access>
<control>/usercontrols/Moderation/Child.ascx</control>
</tab>
</section>
The problem is that I would expect the 'editor' no to be able to see the tab "New Parents And Children". However, when I log in they can see this tab. If I change the access node to read:
<access>
<grant>editor</grant>
</access>
The tab is then hidden. It seems that the permissions are reversed, what am I missing?
Bradley
Hi Bradley,
I have the same requirement where i dont want user to get acces to certain tabs.
Anyway you might have a look at Attackmonkey.
is working on a reply...