[Erp5-report] r19451 - /erp5/trunk/products/CMFCategory/Category.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 21 14:15:50 CET 2008


Author: jerome
Date: Thu Feb 21 14:15:49 2008
New Revision: 19451

URL: http://svn.erp5.org?rev=19451&view=rev
Log:
Recommand the use of filter_node=1 instead of include_if_child=0

Modified:
    erp5/trunk/products/CMFCategory/Category.py

Modified: erp5/trunk/products/CMFCategory/Category.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFCategory/Category.py?rev=19451&r1=19450&r2=19451&view=diff
==============================================================================
--- erp5/trunk/products/CMFCategory/Category.py (original)
+++ erp5/trunk/products/CMFCategory/Category.py Thu Feb 21 14:15:49 2008
@@ -263,8 +263,10 @@
 
           recursive         - if set to 1, list recursively
 
-          include_if_child  - if set to 1, categories having child categories
-                              are not included
+          include_if_child  - if set to 0, categories having child categories
+                              are not included.
+                              DEPRECATED, use filter_node=1 if you don't want
+                              to display categories having childs.
           
           is_self_excluded  - if set to 1, exclude this category from the list
 




More information about the Erp5-report mailing list