Author: adrianc
Date: Tue Dec 28 05:44:20 2010
New Revision: 1053265
URL:
http://svn.apache.org/viewvc?rev=1053265&view=revLog:
Small fixup for my last commit.
Modified:
ofbiz/trunk/framework/webtools/widget/Menus.xml
Modified: ofbiz/trunk/framework/webtools/widget/Menus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/Menus.xml?rev=1053265&r1=1053264&r2=1053265&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/widget/Menus.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/Menus.xml Tue Dec 28 05:44:20 2010
@@ -53,7 +53,9 @@ under the License.
<link target="FindPortalPage"/>
</menu-item>
<menu-item name="security" title="${uiLabelMap.CommonSecurity}">
- <!-- <condition><if-has-permission permission="SECURITY_ADMIN"/></condition> -->
+ <condition>
+ <if-service-permission service-name="securityPermissionCheck" main-action="VIEW"/>
+ </condition>
<link target="security"/>
</menu-item>
<menu-item name="tests" title="Tests">