Re: svn commit: r1031367 - /ofbiz/trunk/applications/product/widget/catalog/ProdCatalogForms.xml

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

Re: svn commit: r1031367 - /ofbiz/trunk/applications/product/widget/catalog/ProdCatalogForms.xml

Adam Heath-2
On 11/04/2010 07:12 PM, [hidden email] wrote:
> Author: buscob
> Date: Fri Nov  5 00:12:30 2010
> New Revision: 1031367
>
> URL: http://svn.apache.org/viewvc?rev=1031367&view=rev
> Log:
> Oops. Fixed a bug introduced in my last commit.
> Added a default value for the sort field.

And your last commit was?  In this particular case, it was the exact
previous commit.  However, sometimes, your last commit might have been
quite a while ago, or others may have done commits inbetween.  You can
still say "my last commit", but it would be nice to also give the
version that had the problem.


>
> Modified:
>      ofbiz/trunk/applications/product/widget/catalog/ProdCatalogForms.xml
>
> Modified: ofbiz/trunk/applications/product/widget/catalog/ProdCatalogForms.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProdCatalogForms.xml?rev=1031367&r1=1031366&r2=1031367&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/product/widget/catalog/ProdCatalogForms.xml (original)
> +++ ofbiz/trunk/applications/product/widget/catalog/ProdCatalogForms.xml Fri Nov  5 00:12:30 2010
> @@ -23,6 +23,7 @@ under the License.
>       <form name="ListProdCatalog" list-name="listIt" target="" title="" type="list" paginate-target="FindProdCatalog"
>           odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2">
>           <actions>
> +<set field="parameters.sortField" from-field="parameters.sortField" default-value="prodCatalogId"/>
>               <entity-and entity-name="ProdCatalog" use-cache="true" list="listIt">
>                   <order-by field-name="${parameters.sortField}"/>
>               </entity-and>
>
>