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

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

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

zhangwei
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"/>