Commit b47d4b1d authored by Sebastien Robin's avatar Sebastien Robin

use catalog methods instead of columns ids for reserved uids


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@915 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a939fd1b
...@@ -140,12 +140,12 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -140,12 +140,12 @@ class ZCatalog(Folder, Persistent, Implicit):
{ 'id' : 'sql_catalog_produce_reserved', { 'id' : 'sql_catalog_produce_reserved',
'description' : 'A method to produce new uid values in advance', 'description' : 'A method to produce new uid values in advance',
'type' : 'selection', 'type' : 'selection',
'select_variable' : 'getColumnIds', 'select_variable' : 'getCatalogMethodIds',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'sql_catalog_clear_reserved', { 'id' : 'sql_catalog_clear_reserved',
'description' : 'A method to clear reserved uid values', 'description' : 'A method to clear reserved uid values',
'type' : 'selection', 'type' : 'selection',
'select_variable' : 'getColumnIds', 'select_variable' : 'getCatalogMethodIds',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'sql_catalog_object', { 'id' : 'sql_catalog_object',
'description' : 'Methods to be called to catalog an object', 'description' : 'Methods to be called to catalog an object',
......
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