Author: jleroux
Date: Mon May 16 08:38:12 2016
New Revision: 1743995
URL:
http://svn.apache.org/viewvc?rev=1743995&view=revLog:
No functional change, forgot this one in : r1743949
URL:
http://svn.apache.org/viewvc?rev=1743949&view=revLog:
Closes "Move all Groovy scripts in components WEB-INF/actions sub-folders" -
https://issues.apache.org/jira/browse/OFBIZ-6981Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml?rev=1743995&r1=1743994&r2=1743995&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Mon May 16 08:38:12 2016
@@ -1900,11 +1900,11 @@ under the License.
<handler name="jasperreportspdf" type="view" class="org.ofbiz.webapp.view.JasperReportsPdfViewHandler"/>
to the handler section of this file and uncomment the following lines:
<request-map uri="orderreportjasper.pdf"><security https="true" auth="true"/>
- <event type="groovy" path="/reports/" invoke="OrderReportPrepare.groovy"/>
+ <event type="groovy" path="/reports/" invoke="OrderReportPrepare.groovy"/> TODO: path to be changed
<response name="success" type="view" value="orderreportjasper"/>
</request-map>
<request-map uri="orderitemreportjasper.pdf"><security https="true" auth="true"/>
- <event type="groovy" path="/reports/" invoke="OrderReportPrepare.groovy"/>
+ <event type="groovy" path="/reports/" invoke="OrderReportPrepare.groovy"/> TODO: path to be changed
<response name="success" type="view" value="orderitemreportjasper"/>
</request-map>
<request-map uri="orderreportlist">