Commit 076273fe authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add more reserved keys to pass selection_domain and selection_report as dicts.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13155 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2aecdf92
......@@ -80,7 +80,7 @@ except ImportError:
UID_BUFFER_SIZE = 300
RESERVED_KEY_LIST = ('where_expression', 'sort-on', 'sort_on', 'sort-order', 'sort_order', 'limit',
'format', 'search_mode', 'operator')
'format', 'search_mode', 'operator', 'selection_domain', 'selection_report')
valid_method_meta_type_list = ('Z SQL Method', 'Script (Python)')
......
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