svn commit: r1609397 - in /ofbiz/branches/release11.04: ./ 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: r1609397 - in /ofbiz/branches/release11.04: ./ applications/humanres/webapp/humanres/WEB-INF/controller.xml

jacopoc
Author: jacopoc
Date: Thu Jul 10 05:30:57 2014
New Revision: 1609397

URL: http://svn.apache.org/r1609397
Log:
Applied fix from trunk for revision: 1609394
===

Applied fix by Harsha Chadhar for OFBIZ-5203: after the user pressed a "delete employment position type" button the find screen was not working properly.


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/humanres/webapp/humanres/WEB-INF/controller.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1609394

Modified: ofbiz/branches/release11.04/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=1609397&r1=1609396&r2=1609397&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release11.04/applications/humanres/webapp/humanres/WEB-INF/controller.xml Thu Jul 10 05:30:57 2014
@@ -723,7 +723,7 @@ under the License.
     <request-map uri="deleteEmplPositionType">
         <security https="true" auth="true"/>
         <event type="service" invoke="deleteEmplPositionType"/>
-        <response name="success" type="view" value="FindEmplPositionTypes"/>
+        <response name="success" type="request-redirect-noparam" value="FindEmplPositionTypes"/>
     </request-map>
     <request-map uri="EditEmplPositionTypeRates">
         <security https="true" auth="true"/>