svn commit: r1859704 - /ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1859704 - /ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml

jleroux@apache.org
Author: jleroux
Date: Wed May 22 08:59:45 2019
New Revision: 1859704

URL: http://svn.apache.org/viewvc?rev=1859704&view=rev
Log:
Fixed: When you select a ProductManufacturingRule if several exist only the one
selected will show multiple times in the list
(OFBIZ-11048)

When you select a ProductManufacturingRule if several exist only the one
selected will show multiple times in the list

This was due to a wrong usage of auto-fields-service, from pre Apache era

Modified:
    ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml?rev=1859704&r1=1859703&r2=1859704&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/BomForms.xml Wed May 22 08:59:45 2019
@@ -72,7 +72,6 @@ under the License.
 
     <grid name="ListProductManufacturingRules" target="UpdateProductManufacturingRule" title="" list-name="manufacturingRules"
         odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
-        <auto-fields-service service-name="updateProductManufacturingRule" map-name="manufacturingRule"/>
         <field name="ruleId"><display/></field>
         <field name="ruleSeqId"><display/></field>
         <field name="description"><display/></field>