Merge branch 'develop' into enhancement/context_entities_use_task_level_attributes

This commit is contained in:
Roy Nieterau 2024-09-18 00:45:58 +02:00 committed by GitHub
commit d098bc6208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -724,7 +724,7 @@ class CreatedInstance:
value when set to True.
"""
return self._data.get("has_promised_context", False)
return self._transient_data.get("has_promised_context", False)
def data_to_store(self):
"""Collect data that contain json parsable types.