svn commit: r576427 - /ofbiz/trunk/applications/humanres/ofbiz-component.xml

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

svn commit: r576427 - /ofbiz/trunk/applications/humanres/ofbiz-component.xml

jacopoc
Author: jacopoc
Date: Mon Sep 17 06:35:21 2007
New Revision: 576427

URL: http://svn.apache.org/viewvc?rev=576427&view=rev
Log:
Added HUMANRES to base permissions: in this way the HR tab will not be visible for the users with no HUMANRES* permissions.

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

Modified: ofbiz/trunk/applications/humanres/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/ofbiz-component.xml?rev=576427&r1=576426&r2=576427&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/humanres/ofbiz-component.xml Mon Sep 17 06:35:21 2007
@@ -35,7 +35,7 @@
         title="HR"
         server="default-server"
         location="webapp/humanres"
-        base-permission="OFBTOOLS"
+        base-permission="OFBTOOLS,HUMANRES"
         mount-point="/humanres"
         app-bar-display="true"/>
 </ofbiz-component>