Commit b36ad646 authored by Aurel's avatar Aurel

set reindex_object to 1 when editing predicate


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7088 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e92fe7c
......@@ -319,6 +319,7 @@ class Predicate(Folder):
range_criterion[criterion] = self._range_criterion[criterion]
self._identity_criterion = identity_criterion
self._range_criterion = range_criterion
kwd['reindex_object'] = 1
return self._edit(**kwd)
# Predicate fusion method
......
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