svn commit: r1182289 - /ofbiz/trunk/applications/product/widget/catalog/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: r1182289 - /ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml

jleroux@apache.org
Author: jleroux
Date: Wed Oct 12 09:40:56 2011
New Revision: 1182289

URL: http://svn.apache.org/viewvc?rev=1182289&view=rev
Log:
Shows rather internalName than brandName in product lookup description (tooltip at right). Being mandatory InternalName is often more complete...

There are maybe other cases like that were the tooltip description could be better... Not a big deal...

Modified:
    ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml?rev=1182289&r1=1182288&r2=1182289&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml Wed Oct 12 09:40:56 2011
@@ -30,7 +30,7 @@ under the License.
                 <set field="title" value="${uiLabelMap.PageTitleLookupProduct}"/>
                 <set field="queryString" from-field="result.queryString"/>
                 <set field="entityName" value="Product"/>
-                <set field="searchFields" value="[productId, brandName, internalName]"/>
+                <set field="searchFields" value="[productId, internalName, brandName]"/>
             </actions>
             <widgets>
                 <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">