You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2015/10/26 07:36:12 UTC

Re: svn commit: r1710507 - /ofbiz/trunk/framework/common/servicedef/services.xml

Thanks Zhang!

Where we see the advantages of having a global team :)

Jacques

Le 26/10/2015 05:12, zhangwei@apache.org a écrit :
> Author: zhangwei
> Date: Mon Oct 26 04:12:58 2015
> New Revision: 1710507
>
> URL: http://svn.apache.org/viewvc?rev=1710507&view=rev
> Log:
> The <description> tag was not close in last commit
>
> Modified:
>      ofbiz/trunk/framework/common/servicedef/services.xml
>
> Modified: ofbiz/trunk/framework/common/servicedef/services.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=1710507&r1=1710506&r2=1710507&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/common/servicedef/services.xml (original)
> +++ ofbiz/trunk/framework/common/servicedef/services.xml Mon Oct 26 04:12:58 2015
> @@ -251,7 +251,7 @@ under the License.
>               set noConditionFind to Y to find without conditions.
>               If used in a form, it is necessary to assign a value (true makes sense) to override-list-size attribute so that
>               FormRenderer.renderItemRows sets the lowIndex correctly, because once the results of performFindList are displayed,
> -            otherwise pages > 0 are rendered as empty. see OFBIZ-6422 + 6423 for details
> +            otherwise pages > 0 are rendered as empty. see OFBIZ-6422 + 6423 for details</description>
>           <attribute name="entityName" type="String" mode="IN" optional="false"/>
>           <attribute name="inputFields" type="java.util.Map" mode="IN" optional="false"/>
>           <attribute name="orderBy" type="String" mode="IN" optional="true"/>
>
>
>