WIP: #7701: Make FormModel use url #1653

Draft
jon wants to merge 10 commits from 7701-FormModelUseUrl into dev
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 10094c3918 - Show all commits

View File

@ -204,7 +204,9 @@ async function beforeSave(data, getChanges) {
</VnRow>
</template>
</VnSubToolbar>
<QDialog v-model="travelDialogRef" :class="['vn-row', 'wrap']">
<!-- si se añade persistent a los dialog funciona bien.
Sin persistent no abre el dialog al primer click -->
<QDialog v-model="travelDialogRef" :class="['vn-row', 'wrap']" persistent>
<FormModelPopup
:url-update="`Travels/${travel?.id}`"
model="travel"