mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'develop' into enhancement/context_entities_use_task_level_attributes
This commit is contained in:
commit
d098bc6208
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue