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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new ec1c7f5  Fixed: Macro renderLink default height and width not 
retrieved on menus (OFBIZ-12279)
ec1c7f5 is described below

commit ec1c7f531420de8c8c4bf1b3a2d66693fd295051
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Jul 13 10:08:27 2021 +0200

    Fixed: Macro renderLink default height and width not retrieved on menus 
(OFBIZ-12279)
    
    Oops, this should not have been committed, only for test, removing
---
 applications/order/widget/ordermgr/OrderMenus.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/applications/order/widget/ordermgr/OrderMenus.xml 
b/applications/order/widget/ordermgr/OrderMenus.xml
index 2c2b03e..860cf80 100644
--- a/applications/order/widget/ordermgr/OrderMenus.xml
+++ b/applications/order/widget/ordermgr/OrderMenus.xml
@@ -27,13 +27,6 @@ under the License.
                 </or>
             </condition>
             <link target="FindRequest"/>
-            <menu-item name="test">
-            <link target="CreateNewOrderMessage" link-type="layered-modal" >
-                <parameter param-name="orderId"/>
-                <parameter param-name="communicationEventPrpTypId"/>
-            </link>
-            </menu-item>
-
         </menu-item>
 
         <menu-item name="quote" title="${uiLabelMap.OrderOrderQuotes}">

Reply via email to