Author: pranayp
Date: Sat May 21 05:25:32 2016
New Revision: 1744830
URL:
http://svn.apache.org/viewvc?rev=1744830&view=revLog:
[OFBIZ-7086] Applied fix from trunk for revision: 1744829
------------------------------------------------------------------------
Fixed error in updating employee position's responsibility. There wasn't a requirement of calling service as "service-multi".
Thanks Amardeep Singh Jhajj for reporting the issue and providing the patch.
------------------------------------------------------------------------
Modified:
ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/controller.xml
Modified: ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=1744830&r1=1744829&r2=1744830&view=diff==============================================================================
--- ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release15.12/applications/humanres/webapp/humanres/WEB-INF/controller.xml Sat May 21 05:25:32 2016
@@ -473,7 +473,7 @@ under the License.
</request-map>
<request-map uri="updateEmplPositionResponsibility">
<security https="true" auth="true"/>
- <event type="service-multi" invoke="updateEmplPositionResponsibility"/>
+ <event type="service" invoke="updateEmplPositionResponsibility"/>
<response name="success" type="view" value="EditEmplPositionResponsibilities"/>
</request-map>
<request-map uri="deleteEmplPositionResponsibility">