svn commit: r1533698 - in /ofbiz/branches/release12.04: ./ applications/manufacturing/widget/manufacturing/LookupScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1533698 - in /ofbiz/branches/release12.04: ./ applications/manufacturing/widget/manufacturing/LookupScreens.xml

jleroux@apache.org
Author: jleroux
Date: Sat Oct 19 07:34:38 2013
New Revision: 1533698

URL: http://svn.apache.org/r1533698
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/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/manufacturing/widget/manufacturing/LookupScreens.xml

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1525523

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=1533698&r1=1533697&r2=1533698&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/manufacturing/widget/manufacturing/LookupScreens.xml (original)
+++ ofbiz/branches/release12.04/applications/manufacturing/widget/manufacturing/LookupScreens.xml Sat Oct 19 07:34:38 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>