Adding and removing collections from m2a (#4271)

* add adding and removing collections from m2a

* warn when the collection has been deleted

* simplify nonExistent items check

* Cleanup

* Remove unnecessary continue

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
Nitwel
2021-03-05 01:02:32 +01:00
committed by GitHub
parent 3e5b9b2fea
commit f2f6de949c
3 changed files with 65 additions and 32 deletions

View File

@@ -63,7 +63,6 @@
<div class="type-label">{{ $t('related_collections') }}</div>
<v-select
:disabled="isExisting"
:placeholder="$t('collection') + '...'"
:items="availableCollections"
item-value="collection"