Author: jleroux Date: Mon Sep 23 07:55:00 2013 New Revision: 1525523 URL: http://svn.apache.org/r1525523 Log: A patch from Anahita Goljahani for "Type-ahead for tasks on Edit Routing Task Association on a routing does not work" https://issues.apache.org/jira/browse/OFBIZ-5323
When doing a type-ahead to select a task to associate to a routing it doesn't show the tasks. 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=1525523&r1=1525522&r2=1525523&view=diff ============================================================================== --- ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml (original) +++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/LookupScreens.xml Mon Sep 23 07:55:00 2013 @@ -59,6 +59,7 @@ under the License. <set field="requestParameters.workEffortTypeId" to-scope="screen" default-value="ROU_TASK"/> <set field="requestParameters.fixedAssetId" to-scope="screen" default-value=""/> <set field="queryString" from-field="result.queryString"/> + <set field="searchFields" value="[workEffortId, workEffortName]"/> <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/> <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="20"/> </actions>