Commit 5eaa62f4 authored by Ayush Tiwari's avatar Ayush Tiwari

refactor mistake in last commit

parent 69ea60a1
......@@ -818,7 +818,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
# now = DateTime()
# #kw[ 'effective' ] = { 'query' : now, 'range' : 'max' }
# #kw[ 'expires' ] = { 'query' : now, 'range' : 'min' }
catalog_id = self.self.getDefaultSqlCatalogId()
catalog_id = self.getDefaultSqlCatalogId()
query = self.getSecurityQuery(
sql_catalog_id=catalog_id,
local_roles=local_roles,
......
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