Commit 81ca7f1e authored by Jérome Perrin's avatar Jérome Perrin

Recommand the use of filter_node=1 instead of include_if_child=0


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19451 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e37fc766
......@@ -263,8 +263,10 @@ class Category(Folder):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment