Don't allow singletons to be selected in m2a context

Closes #4406
This commit is contained in:
rijkvanzanten
2021-04-15 12:04:02 -04:00
parent f6a1043c6f
commit d43c88095e
2 changed files with 11 additions and 4 deletions

View File

@@ -66,6 +66,7 @@
:items="availableCollections"
item-value="collection"
item-text="name"
item-disabled="meta.singleton"
multiple
v-model="relations[1].one_allowed_collections"
:multiple-preview-threshold="0"