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 899f2939b3 Fixed: Lists and grids (OFBIZ-Lists and grids) 899f2939b3 is described below commit 899f2939b3963639429bffd7b47458f4b248c3c9 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Jan 21 09:28:41 2023 +0100 Fixed: Lists and grids (OFBIZ-Lists and grids) ProductionRunDeclaration screen is still using <include-form> to the ListProductionRunOrderItems grid. Thanks: Chatree Srichart --- applications/manufacturing/widget/manufacturing/JobshopScreens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/manufacturing/widget/manufacturing/JobshopScreens.xml b/applications/manufacturing/widget/manufacturing/JobshopScreens.xml index e147483088..b96ab54a4c 100644 --- a/applications/manufacturing/widget/manufacturing/JobshopScreens.xml +++ b/applications/manufacturing/widget/manufacturing/JobshopScreens.xml @@ -242,7 +242,7 @@ under the License. </widgets> </section> <screenlet title="${uiLabelMap.ManufacturingOrderItems}"> - <include-form name="ListProductionRunOrderItems" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/> + <include-grid name="ListProductionRunOrderItems" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/> </screenlet> <screenlet title="${uiLabelMap.ManufacturingListOfProductionRunRoutingTasks}"> <include-grid name="ListProductionRunDeclRoutingTasks" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>