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
commit 26c209f8b46ccb69796bbc7a1e40792ef230ab89 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Jun 14 17:13:18 2022 +0200 Fixed: CategoryContentAssoc form vs. grid (OFBIZ-12641) ScreenWidget links to form but should be grid. Thanks: Ingo Wolfmayr --- applications/product/widget/catalog/CategoryScreens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/product/widget/catalog/CategoryScreens.xml b/applications/product/widget/catalog/CategoryScreens.xml index 49dd3d1918..3ea5c2725e 100644 --- a/applications/product/widget/catalog/CategoryScreens.xml +++ b/applications/product/widget/catalog/CategoryScreens.xml @@ -268,7 +268,7 @@ under the License. <include-form name="${contentFormName}" location="component://product/widget/catalog/CategoryForms.xml"/> </screenlet> <screenlet title="${uiLabelMap.ProductListAssociatedContentInfos}"> - <include-form name="ListAssociatedContentInfos" location="component://product/widget/catalog/ProductForms.xml"/> + <include-grid name="ListAssociatedContentInfos" location="component://product/widget/catalog/ProductForms.xml"/> </screenlet> <screenlet title="${uiLabelMap.ProductCreateSimpleTextContentForAlternateLocale}"> <include-form name="CreateSimpleTextContentForAlternateLocale" location="component://product/widget/catalog/CategoryForms.xml"/>