fixed CGallery 2

This commit is contained in:
Paolo Arena
2021-11-23 15:59:26 +01:00
parent e6ea3206a9
commit ea9822e5f6
8 changed files with 84 additions and 77 deletions

View File

@@ -83,7 +83,6 @@
</div>
<div v-else-if="col.fieldtype === costanti.FieldType.listimages">
gall1:
<CGallery
:title="getTitleGall()"
:directory="getDirectoryGall()"
@@ -96,7 +95,6 @@
</div>
<div v-else-if="col.fieldtype === costanti.FieldType.image">
<div v-if="canEdit">
gall2:
<CGallery
:title="getTitleGall()"
:directory="getDirectoryGall()"
@@ -180,7 +178,6 @@
</div>
<div v-else>
<div v-if="col.fieldtype === costanti.FieldType.listimages">
gall3:
<CGallery
:title="getTitleGall()"
:directory="getDirectoryGall()"