Author: diveshdutta
Date: Sat Sep 17 06:47:26 2016
New Revision: 1761126
URL:
http://svn.apache.org/viewvc?rev=1761126&view=revLog:
Improved: Convert search criteria on status into multi select pattern for Manufacturing component
(OFBIZ-7544)
Added check box for status field on Find Production Run Form
Thanks: Mohammad Kathawala for providing the patch and Swapnil Shah for reporting the issue
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml
Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml?rev=1761126&r1=1761125&r2=1761126&view=diff==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/ProductionRunForms.xml Sat Sep 17 06:47:26 2016
@@ -72,11 +72,11 @@ under the License.
<field name="workEffortTypeId"><hidden value="PROD_ORDER_HEADER"/></field>
<field name="workEffortId" title="${uiLabelMap.ManufacturingProductionRunId}"><text-find/></field>
<field name="currentStatusId" title="${uiLabelMap.CommonStatus}">
- <drop-down allow-empty="true">
+ <check all-checked="false">
<entity-options entity-name="StatusItem" key-field-name="statusId">
<entity-constraint name="statusTypeId" value="PRODUCTION_RUN"/>
</entity-options>
- </drop-down>
+ </check>
</field>
<field name="productId" title="${uiLabelMap.ProductProductId}"><lookup target-form-name="LookupProduct"/></field>
<field name="workEffortName" title="${uiLabelMap.ManufacturingProductionRunName}"><text-find/></field>