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

mrisaliti
Author: mrisaliti
Date: Tue Dec 15 21:00:13 2009
New Revision: 890987

URL: http://svn.apache.org/viewvc?rev=890987&view=rev
Log:
Removed unused view controller NewEmplLeave replaced by EditEmplLeave (used for update/insert)

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=890987&r1=890986&r2=890987&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Tue Dec 15 21:00:13 2009
@@ -392,10 +392,6 @@
         <security https="true" auth="true"/>
         <response name="success" type="view" value="FindEmplLeaves"/>
     </request-map>
-    <request-map uri="NewEmplLeave">
-        <security https="true" auth="true"/>
-        <response name="success" type="view" value="NewEmplLeave"/>
-    </request-map>
     <request-map uri="EditEmplLeave">
         <security https="true" auth="true"/>
         <response name="success" type="view" value="EditEmplLeave"/>
@@ -1165,7 +1161,6 @@
     <view-map name="EditEmploymentApps" type="screen" page="component://humanres/widget/EmploymentAppScreens.xml#EditEmploymentApps"/>
 
     <view-map name="FindEmplLeaves" type="screen" page="component://humanres/widget/EmplLeaveScreens.xml#FindEmplLeaves"/>
-    <view-map name="NewEmplLeave" type="screen" page="component://humanres/widget/EmplLeaveScreens.xml#NewEmplLeave"/>
     <view-map name="EditEmplLeave" type="screen" page="component://humanres/widget/EmplLeaveScreens.xml#EditEmplLeave"/>
     <view-map name="EditEmplLeaveTypes" type="screen" page="component://humanres/widget/GlobalHRSettingScreens.xml#EditEmplLeaveTypes"/>
     <view-map name="EditEmplLeaveReasonTypes" type="screen" page="component://humanres/widget/GlobalHRSettingScreens.xml#EditEmplLeaveReasonTypes"/>