From 076273fec5db879e3e9006733e0a7e31844d48db Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Thu, 1 Mar 2007 15:48:20 +0000
Subject: [PATCH] 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
---
 product/ZSQLCatalog/SQLCatalog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ZSQLCatalog/SQLCatalog.py b/product/ZSQLCatalog/SQLCatalog.py
index 14997e62e2..8f01e3481b 100644
--- a/product/ZSQLCatalog/SQLCatalog.py
+++ b/product/ZSQLCatalog/SQLCatalog.py
@@ -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)')
 
-- 
2.30.9