svn commit: r611346 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyPermissionServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r611346 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyPermissionServices.xml

adrianc
Author: adrianc
Date: Fri Jan 11 17:42:32 2008
New Revision: 611346

URL: http://svn.apache.org/viewvc?rev=611346&view=rev
Log:
Oops, I got it wrong too. One more try on the party communication event permission check.

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyPermissionServices.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyPermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyPermissionServices.xml?rev=611346&r1=611345&r2=611346&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyPermissionServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyPermissionServices.xml Fri Jan 11 17:42:32 2008
@@ -237,12 +237,12 @@
                 </and>
             </condition>
             <then>
-                <set field="hasPermission" type="Boolean" value="true"/>
-                <field-to-result field-name="hasPermission"/>
-            </then>
-            <else>
                 <set field="altPermission" value="PARTYMGR_CME"/>
                 <call-simple-method method-name="basePermissionCheck"/>
+            </then>
+            <else>
+                <set field="hasPermission" type="Boolean" value="true"/>
+                <field-to-result field-name="hasPermission"/>
             </else>
         </if>
     </simple-method>