Author: erwan
Date: Wed Jan 6 15:58:32 2010
New Revision: 896498
URL: http://svn.apache.org/viewvc?rev=896498&view=rev
Log:
Adding missing request-map when updating a fixed asset calendar event
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml?rev=896498&r1=896497&r2=896498&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml Wed Jan
6 15:58:32 2010
@@ -2506,6 +2506,12 @@
<response name="success" type="view-last"/>
<response name="error" type="view-last"/>
</request-map>
+ <request-map uri="updateWorkEffort">
+ <security https="true" auth="true"/>
+ <event type="service" invoke="updateWorkEffort"/>
+ <response name="success" type="view-last"/>
+ <response name="error" type="view-last"/>
+ </request-map>
<!-- end of request mappings -->
<!-- View Mappings -->
|