Hotfix for issue #3282.
(projector autoupdate problem by deleting projected object)
This commit is contained in:
parent
5771eab820
commit
2994f7713b
@ -106,6 +106,8 @@ class CollectionElement:
|
|||||||
if method == 'get_restricted_data':
|
if method == 'get_restricted_data':
|
||||||
container = self
|
container = self
|
||||||
else:
|
else:
|
||||||
|
# TODO: Find a better solution for this hotfix, see issue #3282.
|
||||||
|
if not self.is_deleted():
|
||||||
container = self.get_full_data()
|
container = self.get_full_data()
|
||||||
# End of hack
|
# End of hack
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user