Skip to content

Commit 819a69f

Browse files
committed
remove icon and color from product base types fields
1 parent 44d139a commit 819a69f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ayon_api/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484

8585
# --- Product base type ---
8686
DEFAULT_PRODUCT_BASE_TYPE_FIELDS = {
87+
# Ignore 'icon' and 'color'
88+
# - current server implementation always returns 'null'
8789
"name",
88-
"icon",
89-
"color",
9090
}
9191

9292
# --- Project ---

0 commit comments

Comments
 (0)