Skip to content

Commit

Permalink
Applied fix by Harsha Chadhar for OFBIZ-5203: after the user pressed …
Browse files Browse the repository at this point in the history
…a "delete employment position type" button the find screen was not working properly.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1609394 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jacopoc committed Jul 10, 2014
1 parent 5b8a050 commit d009eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit d009eeb

Please sign in to comment.