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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new b7e0eac21 Improved: Convert PortalPageMethods.xml from mini-lang to 
Groovy (OFBIZ-13091)
b7e0eac21 is described below

commit b7e0eac21660e3c158777a69095cfb3a4f58eba1
Author: Nicolas Malin <nicolas.ma...@nereide.fr>
AuthorDate: Tue May 14 16:55:50 2024 +0200

    Improved: Convert PortalPageMethods.xml from mini-lang to Groovy 
(OFBIZ-13091)
    
    Convert event call to duplicatePortalPage from simple to groovy
---
 myportal/webapp/myportal/WEB-INF/controller.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/myportal/webapp/myportal/WEB-INF/controller.xml 
b/myportal/webapp/myportal/WEB-INF/controller.xml
index 095022e84..3aaa400b8 100644
--- a/myportal/webapp/myportal/WEB-INF/controller.xml
+++ b/myportal/webapp/myportal/WEB-INF/controller.xml
@@ -63,7 +63,7 @@
     </request-map>
     <request-map uri="DuplicatePortalPage">
         <security https="true" auth="true"/>
-        <event  type="simple" invoke="duplicatePortalPage" 
path="component://common/minilang/PortalPageMethods.xml"/>
+        <event  type="groovy" invoke="duplicatePortalPage" 
path="component://common/src/main/groovy/org/apache/ofbiz/common/PortalPageMethods.groovy"/>
         <response name="success" type="view" value="EditPortalPage"/>
     </request-map>
     <request-map uri="NewPortalPage">

Reply via email to