Hotfix for issue #3282.

(projector autoupdate problem by deleting projected object)
This commit is contained in:
Emanuel Schütze 2017-06-01 14:46:43 +02:00
parent 5771eab820
commit 2994f7713b

View File

@ -106,6 +106,8 @@ class CollectionElement:
if method == 'get_restricted_data':
container = self
else:
# TODO: Find a better solution for this hotfix, see issue #3282.
if not self.is_deleted():
container = self.get_full_data()
# End of hack