Author: ashish
Date: Sat Dec 20 09:15:30 2014
New Revision: 1646931
URL:
http://svn.apache.org/r1646931Log:
Applied bug fix from trunk r1646930.
==================================================
Applied patch from jira issue - OFBIZ-5482 - Create Production Run RoutingId lookup field dropdown results empty.
Thanks Arun for the contribution. Thanks Christian for creating the issue.
==================================================
Modified:
ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/LookupScreens.xml
Modified: ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/LookupScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/LookupScreens.xml?rev=1646931&r1=1646930&r2=1646931&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/LookupScreens.xml (original)
+++ ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/LookupScreens.xml Sat Dec 20 09:15:30 2014
@@ -32,6 +32,7 @@ under the License.
<set field="requestParameters.workEffortTypeId" to-scope="screen" default-value="ROUTING"/>
<set field="requestParameters.fixedAssetId" to-scope="screen" default-value=""/>
<set field="queryString" from-field="result.queryString"/>
+ <set field="searchFields" value="[workEffortId]"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
<property-to-field resource="widget" property="widget.form.defaultViewSize" field="viewSizeDefaultValue"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="${viewSizeDefaultValue}"/>