Author: ashish
Date: Sat Dec 20 09:12:46 2014
New Revision: 1646930

URL: http://svn.apache.org/r1646930
Log:
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/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml

Modified: 
ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml?rev=1646930&r1=1646929&r2=1646930&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml 
(original)
+++ 
ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml 
Sat Dec 20 09:12:46 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}"/>


Reply via email to