svn commit: r571999 - /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: r571999 - /ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml

adrianc
Author: adrianc
Date: Sun Sep  2 07:57:59 2007
New Revision: 571999

URL: http://svn.apache.org/viewvc?rev=571999&view=rev
Log:
Applied patch from Bilgin Ibryma, OFBIZ-1223. Fixes "main" screen controller.xml settings.

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=571999&r1=571998&r2=571999&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Sun Sep  2 07:57:59 2007
@@ -115,7 +115,7 @@
     
     <request-map uri="main">
         <security https="true" auth="true"/>
-        <response name="success" type="view" value="ListEmplPositions"/>
+        <response name="success" type="view" value="main"/>
     </request-map>
     
     
@@ -549,7 +549,7 @@
     <request-map uri="LookupSalaryStep"><security auth="true" https="true"/><response name="success" type="view" value="LookupSalaryStep"/></request-map>
     <request-map uri="LookupPayGrade"><security auth="true" https="true"/><response name="success" type="view" value="LookupPayGrade"/></request-map>    
 
-    <view-map name="main" type="screen" page="component://humanres/widget/CommonScreens.xml#main"/>
+    <view-map name="main" type="screen" page="component://humanres/widget/EmplPositionScreens.xml#ListEmplPositions"/>
     <view-map name="login" type="screen" page="component://humanres/widget/CommonScreens.xml#login"/>
     <view-map name="requirePasswordChange" type="screen" page="component://humanres/widget/CommonScreens.xml#requirePasswordChange"/>
     <view-map name="LookupLocales" type="screen" page="component://common/widget/LookupScreens.xml#LookupLocales"/>