Author: jacopoc
Date: Tue Dec 13 08:59:34 2011
New Revision: 1213609
URL: http://svn.apache.org/viewvc?rev=1213609&view=rev
Log:
Added missing controller entry required by WorkEffort-->Communications; thanks
to Torstein Hegbom for the bug report (OFBIZ-2870)
Modified:
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
Modified:
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml?rev=1213609&r1=1213608&r2=1213609&view=diff
==============================================================================
---
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
(original)
+++
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
Tue Dec 13 08:59:34 2011
@@ -191,6 +191,12 @@ under the License.
<!-- WorkEffort CommunicationEvents requests -->
<request-map uri="ListWorkEffortCommEvents"><security https="true"
auth="true"/><response name="success" type="view"
value="ListWorkEffortCommEvents"/></request-map>
+ <request-map uri="createCommunicationEvent">
+ <security https="true" auth="true"/>
+ <event type="service" invoke="createCommunicationEventWorkEff"/>
+ <response name="success" type="view" value="ListWorkEffortCommEvents"/>
+ <response name="error" type="view" value="ListWorkEffortCommEvents"/>
+ </request-map>
<request-map uri="createWorkEffortCommEvent">
<security https="true" auth="true"/>
<event type="service" invoke="createCommunicationEventWorkEff"/>