diff --git a/product/ZSQLCatalog/ZSQLCatalog.py b/product/ZSQLCatalog/ZSQLCatalog.py index c4cf185548fd85e65b35316fac00706dbd48473a..fc573e6671362ed991a8f99ae7680f70e5f1a207 100755 --- a/product/ZSQLCatalog/ZSQLCatalog.py +++ b/product/ZSQLCatalog/ZSQLCatalog.py @@ -140,12 +140,12 @@ class ZCatalog(Folder, Persistent, Implicit): { 'id' : 'sql_catalog_produce_reserved', 'description' : 'A method to produce new uid values in advance', 'type' : 'selection', - 'select_variable' : 'getColumnIds', + 'select_variable' : 'getCatalogMethodIds', 'mode' : 'w' }, { 'id' : 'sql_catalog_clear_reserved', 'description' : 'A method to clear reserved uid values', 'type' : 'selection', - 'select_variable' : 'getColumnIds', + 'select_variable' : 'getCatalogMethodIds', 'mode' : 'w' }, { 'id' : 'sql_catalog_object', 'description' : 'Methods to be called to catalog an object',