mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'feature/ftrack_group_is_fwd_compatible' into 2.x/develop
This commit is contained in:
commit
edd79ade52
2 changed files with 3 additions and 3 deletions
|
|
@ -85,8 +85,8 @@ def get_pype_attr(session, split_hierarchical=True):
|
|||
cust_attrs_query = (
|
||||
"select id, entity_type, object_type_id, is_hierarchical, default"
|
||||
" from CustomAttributeConfiguration"
|
||||
" where group.name in (\"{}\", \"avalon\")"
|
||||
).format(CUST_ATTR_GROUP)
|
||||
" where group.name in (\"avalon\", \"pype\")"
|
||||
)
|
||||
all_avalon_attr = session.query(cust_attrs_query).all()
|
||||
for cust_attr in all_avalon_attr:
|
||||
if split_hierarchical and cust_attr["is_hierarchical"]:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "2.11.1"
|
||||
__version__ = "2.11.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue