You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/10/23 09:46:18 UTC

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

Author: hansbak
Date: Thu Oct 23 00:46:17 2008
New Revision: 707298

URL: http://svn.apache.org/viewvc?rev=707298&view=rev
Log:
only show the mytasklist if the profile of the logged on person is shown

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=707298&r1=707297&r2=707298&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Thu Oct 23 00:46:17 2008
@@ -494,6 +494,9 @@
     
     <screen name="mytasks">
         <section>
+            <condition>
+                <if-compare-field field-name="parameters.partyId" operator="equals" to-field-name="userLogin.partyId"/>
+            </condition>
             <actions>
                 <service service-name="getWorkEffortAssignedActivities"/>
                 <service service-name="getWorkEffortAssignedActivitiesByRole"/>