Author: jacopoc
Date: Mon Sep 17 06:35:21 2007
New Revision: 576427
URL:
http://svn.apache.org/viewvc?rev=576427&view=revLog:
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>