You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/07/10 07:30:14 UTC

svn commit: r1609395 - in /ofbiz/branches/release13.07: ./ applications/humanres/webapp/humanres/WEB-INF/controller.xml

Author: jacopoc
Date: Thu Jul 10 05:30:13 2014
New Revision: 1609395

URL: http://svn.apache.org/r1609395
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/release13.07/   (props changed)
    ofbiz/branches/release13.07/applications/humanres/webapp/humanres/WEB-INF/controller.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1609394

Modified: ofbiz/branches/release13.07/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=1609395&r1=1609394&r2=1609395&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release13.07/applications/humanres/webapp/humanres/WEB-INF/controller.xml Thu Jul 10 05:30:13 2014
@@ -717,7 +717,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"/>