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

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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 52fbb03025 Fixed: Lists and grids (OFBIZ-Lists and grids)
52fbb03025 is described below

commit 52fbb03025b2d33737729904e8cbcf34ac756a64
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 e59300803c..721b3c0cda 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-form 
name="ListProductionRunDeclRoutingTasks" 
location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>

Reply via email to