svn commit: r596223 - /ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml

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

svn commit: r596223 - /ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml

jacopoc
Author: jacopoc
Date: Mon Nov 19 00:34:00 2007
New Revision: 596223

URL: http://svn.apache.org/viewvc?rev=596223&view=rev
Log:
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">