mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge branch 'feature/ftrack_group_is_fwd_compatible' into develop
This commit is contained in:
commit
ba6031889f
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ def get_avalon_attr(session, split_hierarchical=True):
|
|||
cust_attrs_query = (
|
||||
"select id, entity_type, object_type_id, is_hierarchical, default"
|
||||
" from CustomAttributeConfiguration"
|
||||
" where group.name = \"avalon\""
|
||||
" where group.name in (\"avalon\", \"pype\")"
|
||||
)
|
||||
all_avalon_attr = session.query(cust_attrs_query).all()
|
||||
for cust_attr in all_avalon_attr:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "2.11.1"
|
||||
__version__ = "2.11.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue