Commit db636019 authored by Michel Pelletier's avatar Michel Pelletier

removed extra find step

parent 43fa4cb7
...@@ -150,7 +150,6 @@ class ZCatalog(Folder, FindSupport, Persistent, Implicit): ...@@ -150,7 +150,6 @@ class ZCatalog(Folder, FindSupport, Persistent, Implicit):
manage_catalogAddRowForm = HTMLFile('catalogAddRowForm', globals()) manage_catalogAddRowForm = HTMLFile('catalogAddRowForm', globals())
manage_catalogView = HTMLFile('catalogView',globals()) manage_catalogView = HTMLFile('catalogView',globals())
manage_catalogFind = HTMLFile('catalogFind',globals()) manage_catalogFind = HTMLFile('catalogFind',globals())
manage_catalogFindResult = HTMLFile('catalogFindResult',globals())
manage_catalogSchema = HTMLFile('catalogSchema', globals()) manage_catalogSchema = HTMLFile('catalogSchema', globals())
manage_catalogIndexes = HTMLFile('catalogIndexes', globals()) manage_catalogIndexes = HTMLFile('catalogIndexes', globals())
manage_catalogStatus = HTMLFile('catalogStatus', globals()) manage_catalogStatus = HTMLFile('catalogStatus', globals())
......
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