mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use transient data for promised context
This commit is contained in:
parent
e54ecd62e6
commit
484bd4455c
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