Author: jleroux Date: Sat Oct 19 07:34:36 2013 New Revision: 1533697 URL: http://svn.apache.org/r1533697 Log: "Applied fix from trunk for revision: 1525523" ------------------------------------------------------------------------ r1525523 | jleroux | 2013-09-23 09:55:00 +0200 (lun. 23 sept. 2013) | 3 lignes
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/branches/release13.07/ (props changed) ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/LookupScreens.xml Propchange: ofbiz/branches/release13.07/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1525523 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=1533697&r1=1533696&r2=1533697&view=diff ============================================================================== --- ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/LookupScreens.xml (original) +++ ofbiz/branches/release13.07/applications/manufacturing/widget/manufacturing/LookupScreens.xml Sat Oct 19 07:34:36 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>

