Commit 16d0258a authored by Łukasz Nowak's avatar Łukasz Nowak

- since 37764 interaction workflow is used to reindex subcontent, remove...

 - since 37764 interaction workflow is used to reindex subcontent, remove class level reindex override


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37765 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd95dbf5
......@@ -74,14 +74,6 @@ class Container(Movement, XMLObject):
, PropertySheet.SortIndex
)
def reindexObject(self, *args, **kw):
"""Reindex container and children
Children must be reindexed because PackingList.isPacked use the catalog
to find them.
"""
self.recursiveReindexObject(*args, **kw)
security.declareProtected(Permissions.AccessContentsInformation,
'getQuantity')
def getQuantity(self, default=1.0):
......
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