mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
show only on project
This commit is contained in:
parent
97b42d8703
commit
07b34dec92
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class PushFrameValuesToTaskAction(BaseAction):
|
|||
valid_selection = False
|
||||
for ent in event["data"]["selection"]:
|
||||
# Ignore entities that are not tasks or projects
|
||||
if ent["entityType"].lower() in ["show", "task"]:
|
||||
if ent["entityType"].lower() == "show":
|
||||
valid_selection = True
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue