Commit 29f5cc52 authored by Romain Courteaud's avatar Romain Courteaud

reindexObject must at least reindex the SimulationMovement.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3156 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f4f63f6
...@@ -354,6 +354,7 @@ a service in a public administration).""" ...@@ -354,6 +354,7 @@ a service in a public administration)."""
""" """
We reindex the whole applied rule (only once) We reindex the whole applied rule (only once)
""" """
Movement.reindexObject(self, **kw)
self.getRootAppliedRule().reindexObject() # Reindex the whole applied rule self.getRootAppliedRule().reindexObject() # Reindex the whole applied rule
security.declareProtected(Permissions.AccessContentsInformation, 'getExplanation') security.declareProtected(Permissions.AccessContentsInformation, 'getExplanation')
......
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