Commit e0b0d1c4 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Use reindexObject instead of recursiveReindexObject in reindexObjectSecurity.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2848 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74edd20a
......@@ -1661,8 +1661,8 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
(and its descendants).
"""
# In ERP5, simply reindex all objects.
#LOG('reindexObjectSecurity', 0, 'called')
self.recursiveReindexObject()
#LOG('reindexObjectSecurity', 0, 'self = %r, self.getPath() = %r' % (self, self.getPath()))
self.reindexObject()
def immediateQueueCataloggedObject(self, *args, **kw):
if self.isIndexable:
......
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