mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
consider active as context change
This commit is contained in:
parent
047cc8e0cf
commit
5f380d244b
1 changed files with 7 additions and 1 deletions
|
|
@ -371,7 +371,13 @@ def merge_attr_defs(attr_defs: List[List[AbstractAttrDef]]):
|
|||
|
||||
|
||||
class CreateModel:
|
||||
_CONTEXT_KEYS = {"folderPath", "task", "variant", "productName"}
|
||||
_CONTEXT_KEYS = {
|
||||
"active",
|
||||
"folderPath",
|
||||
"task",
|
||||
"variant",
|
||||
"productName",
|
||||
}
|
||||
|
||||
def __init__(self, controller: AbstractPublisherBackend):
|
||||
self._log = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue