mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
traypublisher mark new instances as stored
This commit is contained in:
parent
84d5de704b
commit
5f321f1c20
1 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ class TrayPublishCreator(Creator):
|
|||
|
||||
# Host implementation of storing metadata about instance
|
||||
HostContext.add_instance(new_instance.data_to_store())
|
||||
new_instance.mark_stored()
|
||||
|
||||
# Add instance to current context
|
||||
self._add_instance_to_context(new_instance)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue