svn commit: r1743995 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1743995 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

jleroux@apache.org
Author: jleroux
Date: Mon May 16 08:38:12 2016
New Revision: 1743995

URL: http://svn.apache.org/viewvc?rev=1743995&view=rev
Log:
No functional change, forgot this one in : r1743949
URL: http://svn.apache.org/viewvc?rev=1743949&view=rev
Log:
Closes "Move all Groovy scripts in components WEB-INF/actions sub-folders" - https://issues.apache.org/jira/browse/OFBIZ-6981

Modified:
    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">