Author: ashish
Date: Sat Dec 20 09:17:08 2014
New Revision: 1646932

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

Modified: 
ofbiz/branches/release12.04/applications/manufacturing/widget/manufacturing/LookupScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/manufacturing/widget/manufacturing/LookupScreens.xml?rev=1646932&r1=1646931&r2=1646932&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/applications/manufacturing/widget/manufacturing/LookupScreens.xml
 (original)
+++ 
ofbiz/branches/release12.04/applications/manufacturing/widget/manufacturing/LookupScreens.xml
 Sat Dec 20 09:17:08 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