You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2010/12/28 06:44:20 UTC

svn commit: r1053265 - /ofbiz/trunk/framework/webtools/widget/Menus.xml

Author: adrianc
Date: Tue Dec 28 05:44:20 2010
New Revision: 1053265

URL: http://svn.apache.org/viewvc?rev=1053265&view=rev
Log:
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">