You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/01/26 18:03:08 UTC

svn commit: r500285 - /ofbiz/trunk/applications/workeffort/ofbiz-component.xml

Author: sichen
Date: Fri Jan 26 09:03:08 2007
New Revision: 500285

URL: http://svn.apache.org/viewvc?view=rev&rev=500285
Log:
workeffort webapp was not checking for view permissions.  now it is

Modified:
    ofbiz/trunk/applications/workeffort/ofbiz-component.xml

Modified: ofbiz/trunk/applications/workeffort/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/ofbiz-component.xml?view=diff&rev=500285&r1=500284&r2=500285
==============================================================================
--- ofbiz/trunk/applications/workeffort/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/workeffort/ofbiz-component.xml Fri Jan 26 09:03:08 2007
@@ -39,6 +39,6 @@
         title="WorkEffort"
         server="default-server"
         location="webapp/workeffort"
-        base-permission="OFBTOOLS"
+        base-permission="OFBTOOLS,WORKEFFORTMGR"
         mount-point="/workeffort"/>
 </ofbiz-component>