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 2009/06/28 10:35:41 UTC

svn commit: r789073 - /ofbiz/trunk/applications/workeffort/widget/CalendarScreens.xml

Author: hansbak
Date: Sun Jun 28 08:35:41 2009
New Revision: 789073

URL: http://svn.apache.org/viewvc?rev=789073&view=rev
Log:
allow users with workeffort_admin to change any event on the calendar

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

Modified: ofbiz/trunk/applications/workeffort/widget/CalendarScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/CalendarScreens.xml?rev=789073&r1=789072&r2=789073&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/CalendarScreens.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/CalendarScreens.xml Sun Jun 28 08:35:41 2009
@@ -134,6 +134,7 @@
                                     <if-compare field="workEffort.currentStatusId" operator="not-equals" value="CAL_CANCELLED"/>
                                 </and>
                                 <if-empty field="workEffort"/>
+                                <if-has-permission permission="WORKEFFORTMGR_ADMIN"/>
                             </or>
                             <if-compare field="parameters.form" operator="equals" value="edit"/>
                         </and>