Commit 9c9f2bf0 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Set the default value of display_non_category to 1 instead of 0.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1348 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04cd0e45
......@@ -43,7 +43,7 @@ class Renderer(Filter):
display_method = None, sort_method = None,
is_right_display = 0, translate_display = 0, translatation_domain = None,
base_category = None, base = 1,
display_none_category = 0, current_category = None):
display_none_category = 1, current_category = None):
"""
- *display_id*: the id of attribute to "call" to calculate the value to display
(getProperty(display_id) -> getDisplayId)
......
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