mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
annoying fix
This commit is contained in:
parent
0c73041ab4
commit
738c187928
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ class CustomAttributes(BaseAction):
|
|||
entity_type_label = "Project"
|
||||
elif attr_ent_type == "task":
|
||||
entity_type_label = (
|
||||
object_types_per_id[attr_def["object_type_id"]]
|
||||
object_types_per_id[attr_def["object_type_id"]]["name"]
|
||||
)
|
||||
else:
|
||||
self.log.warning(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue