mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #2609 from BigRoy/switch_dialog_bug
Scene Inventory: Fix type name for 'representation' in switch logic
This commit is contained in:
commit
602e7e04e6
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ class SwitchAssetDialog(QtWidgets.QDialog):
|
||||||
|
|
||||||
repre_docs = io.find(
|
repre_docs = io.find(
|
||||||
{
|
{
|
||||||
"type": "rerpesentation",
|
"type": "representation",
|
||||||
"parent": subset_doc["_id"],
|
"parent": subset_doc["_id"],
|
||||||
"name": {"$in": list(repre_names)}
|
"name": {"$in": list(repre_names)}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue