You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2010/06/02 19:54:03 UTC

svn commit: r950692 - /ofbiz/trunk/applications/workeffort/widget/LookupScreens.xml

Author: mor
Date: Wed Jun  2 17:54:03 2010
New Revision: 950692

URL: http://svn.apache.org/viewvc?rev=950692&view=rev
Log:
Replaced
<if-has-permission permission="WORKEFFORTMGR" action="_VIEW"/>
with
<if-service-permission service-name="workEffortManagerPermission" main-action="VIEW"/>

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

Modified: ofbiz/trunk/applications/workeffort/widget/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/LookupScreens.xml?rev=950692&r1=950691&r2=950692&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/LookupScreens.xml Wed Jun  2 17:54:03 2010
@@ -23,7 +23,7 @@ under the License.
     <screen name="LookupWorkEffort">
         <section>
             <condition>
-                <if-has-permission permission="WORKEFFORTMGR" action="_VIEW"/>
+                <if-service-permission service-name="workEffortManagerPermission" main-action="VIEW"/>
             </condition>
             <actions>
                 <property-map resource="WorkEffortUiLabels" map-name="uiLabelMap" global="true"/>
@@ -50,7 +50,7 @@ under the License.
     <screen name="LookupTimesheet">
         <section>
             <condition>
-                <if-has-permission permission="WORKEFFORTMGR" action="_VIEW"/>
+                <if-service-permission service-name="workEffortManagerPermission" main-action="VIEW"/>
             </condition>
             <actions>
                 <property-map resource="WorkEffortUiLabels" map-name="uiLabelMap" global="true"/>
@@ -77,7 +77,7 @@ under the License.
     <screen name="LookupWorkEffortShort">
         <section>
             <condition>
-                <if-has-permission permission="WORKEFFORTMGR" action="_VIEW"/>
+                <if-service-permission service-name="workEffortManagerPermission" main-action="VIEW"/>
             </condition>
             <actions>
                 <property-map resource="WorkEffortUiLabels" map-name="uiLabelMap" global="true"/>