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

JacquesLeRoux 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 0a0907ce91 OFBIZ-13409 : Eliminate redundant sort-field declarations 
in ProductForms (#1211)
0a0907ce91 is described below

commit 0a0907ce914ef37d2b1ca45943a18b73ab6f8a04
Author: chandan-khandelwal <[email protected]>
AuthorDate: Fri May 15 16:09:22 2026 +0530

    OFBIZ-13409 : Eliminate redundant sort-field declarations in ProductForms 
(#1211)
    
    OFBIZ-13409 : Removed redundant <sort-field> entries for
    quantityIncluded and quantityUomId in the [ProductForms].
---
 applications/product/widget/catalog/ProductForms.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/applications/product/widget/catalog/ProductForms.xml 
b/applications/product/widget/catalog/ProductForms.xml
index da80f0208b..22b906158a 100644
--- a/applications/product/widget/catalog/ProductForms.xml
+++ b/applications/product/widget/catalog/ProductForms.xml
@@ -306,8 +306,6 @@ under the License.
                 <sort-field name="shippingWeight"/>
                 <sort-field name="quantityIncluded"/>
                 <sort-field name="quantityUomId"/>
-                <sort-field name="quantityIncluded"/>
-                <sort-field name="quantityUomId"/>
             </field-group>
             <field-group title="${uiLabelMap.CommonShipping}" 
collapsible="true" initially-collapsed="true">
                 <sort-field name="piecesIncluded"/>

Reply via email to