Author: jacopoc
Date: Mon Nov 19 00:34:00 2007
New Revision: 596223
URL:
http://svn.apache.org/viewvc?rev=596223&view=revLog:
Added security config for skill type screen.
Modified:
ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=596223&r1=596222&r2=596223&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Mon Nov 19 00:34:00 2007
@@ -485,9 +485,11 @@
<response name="success" type="view" value="viewprofile"/>
</request-map>
<request-map uri="findSkillTypes">
+ <security https="true" auth="true"/>
<response name="success" type="view" value="EditSkillTypes"/>
</request-map>
<request-map uri="EditSkillTypes">
+ <security https="true" auth="true"/>
<response name="success" type="view" value="EditSkillTypes"/>
</request-map>
<request-map uri="createSkillType">