fix filtro multiselect

This commit is contained in:
Paolo Arena
2021-12-11 22:12:44 +01:00
parent cab0562de7
commit 48297094ae
13 changed files with 538 additions and 267 deletions

View File

@@ -77,7 +77,9 @@
<CGallery
:title="getTitleGall()"
:directory="getDirectoryGall()"
:imgGall="myvalue" :edit="isviewfield()"
:imgGall="myvalue"
:edit="isviewfield()"
:canModify="canModify"
@showandsave="Savedb">
</CGallery>
</div>
@@ -89,6 +91,7 @@
:directory="getDirectoryGall()"
:imgGall="[{ imagefile: myvalue }]"
:edit="isviewfield()"
:canModify="canModify"
:single="isFieldDb()"
@update:imgGall="changevalRec"
@showandsave="Savedb">
@@ -320,6 +323,7 @@
<CMyEditor
v-model:value="myvalue" :title="col.title" @keyup.enter.stop
:showButtons="false"
:canModify="canModify"
@update:value="changevalRec"
@showandsave="Savedb">
</CMyEditor>
@@ -333,6 +337,7 @@
<q-card-section>
<CMyEditor
v-if="visueditor" v-model:value="myvalue" :title="col.title" @keyup.enter.stop
:canModify="canModify"
@showandsave="Savedb" @annulla="visueditor=false">
</CMyEditor>