Author: pranayp
Date: Sat May 21 05:12:30 2016
New Revision: 1744829
URL:
http://svn.apache.org/viewvc?rev=1744829&view=revLog:
[OFBIZ-7086] 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/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=1744829&r1=1744828&r2=1744829&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Sat May 21 05:12:30 2016
@@ -471,7 +471,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">