Fix collection form not saving

This commit is contained in:
rijkvanzanten
2020-07-31 16:58:44 -04:00
parent 3b2d7d71f4
commit 687e25ea67
2 changed files with 3 additions and 2 deletions

View File

@@ -588,6 +588,7 @@ rows:
interface: repeater
locked: true
options:
template: '{{ locale }}'
fields:
- field: locale
type: string

View File

@@ -52,10 +52,10 @@
<v-form
collection="directus_collections"
:loading="loading"
:initial-values="item"
:initial-values="item && item.system"
:batch-mode="isBatch"
:primary-key="collection"
v-model="edits"
v-model="edits.system"
/>
</div>