From 92061fe530ade840a78a2dc8030854fc21cd4223 Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Tue, 29 Nov 2022 17:40:58 +0100 Subject: [PATCH] Aggiungendo un Gruppo, non mi fa aggiungere l'immagine all'inizio (ma solo in modifica). --- src/store/Modules/fieldsTable.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/Modules/fieldsTable.ts b/src/store/Modules/fieldsTable.ts index 1ee02e36..f14284ca 100755 --- a/src/store/Modules/fieldsTable.ts +++ b/src/store/Modules/fieldsTable.ts @@ -751,7 +751,7 @@ export const colmyUserGroup = [ label_trans: 'skill.photos', fieldtype: costanti.FieldType.listimages, jointable: '', - showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView, + showWhen: costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView, }), AddCol({ name: 'link_telegram', label_trans: 'reg.link_telegram', isadvanced_field: true, fieldtype: costanti.FieldType.link, @@ -2785,7 +2785,7 @@ export const colTableCircuitComplete = [ label_trans: 'skill.photos', fieldtype: costanti.FieldType.listimages, jointable: '', - showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView, + showWhen: costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView, }), AddCol({ name: 'admins', @@ -2899,7 +2899,7 @@ export const colTableCircuit = [ label_trans: 'skill.photos', fieldtype: costanti.FieldType.listimages, jointable: '', - showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView, + showWhen: costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView, }), AddCol(ModifRec), AddCol(DeleteRec),