This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git

commit 0bf579f8dd5bc5bb5fe4ee503df3279126a869db
Author: Michael Brohl <michael.br...@ecomify.de>
AuthorDate: Sun Jul 30 21:15:41 2023 +0200

    Improved: Removes obsolete request entry (OFBIZ-12813)
    
    The references groovy script was not present anymore which lead to the
    untouched reference to groovyScripts.
---
 birt/webapp/ordermgr/WEB-INF/controller.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/birt/webapp/ordermgr/WEB-INF/controller.xml 
b/birt/webapp/ordermgr/WEB-INF/controller.xml
index 2adb62bfa..dd23bbb5e 100644
--- a/birt/webapp/ordermgr/WEB-INF/controller.xml
+++ b/birt/webapp/ordermgr/WEB-INF/controller.xml
@@ -85,11 +85,6 @@ under the License.
         <event type="groovy" 
path="component://birt/src/main/groovy/org/apache/ofbiz/birt/order/ProductDemandReport.groovy"/>
         <response name="success" type="view" value="ProductDemandOrderReport"/>
     </request-map>
-    <request-map uri="ProductContributionReport.pdf"><security https="true" 
auth="true"/>
-        <event type="groovy" 
path="component://birt/groovyScripts/order/ProductContributionReport.groovy"/>
-        <response name="success" type="view" value="ProductDemandOrderReport"/>
-    </request-map>
-
     <request-map uri="OrdersByChannel.pdf"><security https="true" auth="true"/>
         <event type="groovy" 
path="component://birt/src/main/groovy/org/apache/ofbiz/birt/order/OrderByChannel.groovy"/>
         <response name="success" type="view" value="OrdersByChannelReport"/>

Reply via email to