You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/09/10 22:49:47 UTC

svn commit: r995981 - /ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml

Author: buscob
Date: Fri Sep 10 20:49:47 2010
New Revision: 995981

URL: http://svn.apache.org/viewvc?rev=995981&view=rev
Log:
Ooops...swapped two lines in previous commit. Sorry...

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml?rev=995981&r1=995980&r2=995981&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Fri Sep 10 20:49:47 2010
@@ -569,10 +569,10 @@
     <screen name="mytasks">
         <section>
             <condition>
-                <property-map resource="WorkEffortUiLabels" map-name="uiLabelMap" global="true"/>
                 <if-compare-field field="parameters.partyId" operator="equals" to-field="userLogin.partyId"/>
             </condition>
             <actions>
+                <property-map resource="WorkEffortUiLabels" map-name="uiLabelMap" global="true"/>
                 <service service-name="getWorkEffortAssignedActivities"/>
                 <service service-name="getWorkEffortAssignedActivitiesByRole"/>
                 <service service-name="getWorkEffortAssignedActivitiesByGroup"/>