Just a thought: Its better to specify which bug is being fixed. *Or* You can also copy paste the content of email for the references in the commit log.
-- Ashish On Wed, May 5, 2010 at 2:03 PM, <[email protected]> wrote: > Author: jleroux > Date: Wed May 5 08:33:55 2010 > New Revision: 941199 > > URL: http://svn.apache.org/viewvc?rev=941199&view=rev > Log: > Fix a bug reported by Sharan on user ML > > Modified: > ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl > > Modified: > ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl > URL: > http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl?rev=941199&r1=941198&r2=941199&view=diff > ============================================================================== > --- ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl > (original) > +++ ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl > Wed May 5 08:33:55 2010 > @@ -41,7 +41,7 @@ under the License. > </div> > <div> > <label > for="keywordSearchCategoryId">${uiLabelMap.ProductCategoryId}:</label> > - <@htmlTemplate.lookupField > value="${requestParameters.SEARCH_CATEGORY_ID?if_exists}" > formName="keywordsearchform" name="SEARCH_CATEGORY_ID" > id="keywordSearchCategoryId" fieldFormName="LookupProductCategory"/> > + <@htmlTemplate.lookupField > value="${requestParameters.SEARCH_CATEGORY_ID?if_exists}" > formName="keywordsearchform" name="SEARCH_CATEGORY_ID" > id="keywordSearchCategoryId" fieldFormName="LookupProduct"/> > </div> > <div> > <label > for="keywordSearchCointains">${uiLabelMap.CommonNoContains}</label> > > >
