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 785ce5c956 Fixed: Grid linked as form (OFBIZ-12614)
785ce5c956 is described below

commit 785ce5c9560261950ce07f77864d4ca40d1cbe6b
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon May 16 17:09:28 2022 +0200

    Fixed: Grid linked as form (OFBIZ-12614)
    
    ListFeaturePrice is defined as grid but linked as form and therefore the 
screen
    throws an error.
    https://localhost:8443/catalog/control/EditFeature?productFeatureId=1000
    
    Thanks: Ingo Wolfmayr
---
 applications/product/widget/catalog/FeatureScreens.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/product/widget/catalog/FeatureScreens.xml 
b/applications/product/widget/catalog/FeatureScreens.xml
index 28a87fa6cc..491a7e84f2 100644
--- a/applications/product/widget/catalog/FeatureScreens.xml
+++ b/applications/product/widget/catalog/FeatureScreens.xml
@@ -72,7 +72,7 @@
                             <include-form name="EditProductFeature" 
location="component://product/widget/catalog/FeatureForms.xml"/>
                         </screenlet>
                         <screenlet 
title="${uiLabelMap.PageTitleEditFeaturePrice}">
-                            <include-form name="ListFeaturePrice" 
location="component://product/widget/catalog/FeatureForms.xml"/>
+                            <include-grid name="ListFeaturePrice" 
location="component://product/widget/catalog/FeatureForms.xml"/>
                         </screenlet>
                         <screenlet 
title="${uiLabelMap.PageTitleAddFeaturePrice}">
                             <include-form name="CreateFeaturePrice" 
location="component://product/widget/catalog/FeatureForms.xml"/>

Reply via email to