Commit 76c0e48d authored by Romain Courteaud's avatar Romain Courteaud

Make sure to reindex parent period.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12549 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0eda7145
...@@ -52,3 +52,9 @@ class CalendarException(XMLObject): ...@@ -52,3 +52,9 @@ class CalendarException(XMLObject):
, PropertySheet.DublinCore , PropertySheet.DublinCore
, PropertySheet.CalendarException , PropertySheet.CalendarException
) )
def reindexObject(self, *args, **kw):
"""
Make sure to reindex the parent period
"""
self.getParentValue().recursiveReindexObject()
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