ynput / ayon-ftrack

Apache License 2.0
3 stars 9 forks source link

Create/Update custom attributes: Can create attributes #97

Closed iLLiCiTiT closed 5 months ago

iLLiCiTiT commented 5 months ago

Description

Fixe creation of ftrack custom attributes.

Additional information

It looks like ftrack changed requirements for creation of custom attributes and "config" must be always filled. This issue also discovered that the error was not handled and shown/reported to user at all, so reporting from the action was enhanced.

Testing notes

  1. Remove some custom attributes from ftrack if all are already created (should be attribute without config, e.g. boolean).
  2. Run Create/Update custom attributes action.
  3. The attribute should be created.