Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Applied fix from trunk for revision: 1609394
Browse files Browse the repository at this point in the history
===

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.



git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/release11.04@1609397 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jacopoc committed Jul 10, 2014
1 parent ffc14d1 commit b58c997
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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"/>
Expand Down

0 comments on commit b58c997

Please sign in to comment.