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

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

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

hansbak-2
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"/>