You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/04/04 07:54:51 UTC

svn commit: r644618 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml

Author: jacopoc
Date: Thu Apr  3 22:54:50 2008
New Revision: 644618

URL: http://svn.apache.org/viewvc?rev=644618&view=rev
Log:
Fixed incorrect permission check; based on a bug report by James Yong.

Modified:
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml?rev=644618&r1=644617&r2=644618&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml Thu Apr  3 22:54:50 2008
@@ -24,7 +24,7 @@
         <section>
             <condition>
                 <or>
-                    <if-has-permission permission="MANUFACTURING" action="VIEW"/>
+                    <if-has-permission permission="MANUFACTURING" action="_VIEW"/>
                 </or>
             </condition>
             <actions>
@@ -64,7 +64,7 @@
         <section>
             <condition>
                 <or>
-                    <if-has-permission permission="MANUFACTURING" action="VIEW"/>
+                    <if-has-permission permission="MANUFACTURING" action="_VIEW"/>
                 </or>
             </condition>
             <actions>