- aggiornato Card service, e CGridTableRec.

This commit is contained in:
Surya Paolo
2025-11-28 21:28:31 +01:00
parent 3018542868
commit 2abdda3b44
17 changed files with 1753 additions and 421 deletions

View File

@@ -4415,9 +4415,7 @@ export const colTableProdShort = [
field: 'productInfo',
subfield: 'description',
showWhen:
costanti.showWhen.NewRec +
costanti.showWhen.InPage +
costanti.showWhen.InEdit,
costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit,
}),
AddCol({
name: 'productInfo.imagefile',
@@ -6167,6 +6165,7 @@ export const colTableCircuitComplete = [
costanti.showWhen.InView_OnlyifExist,
required: true,
}),
AddCol({ name: 'card', label_trans: 'circuit.card' }),
// AddCol({ name: 'strProv', label_trans: 'reg.provincia', fieldtype: costanti.FieldType.string,
// showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
// }),
@@ -6472,6 +6471,7 @@ export const colTableCircuit = [
costanti.showWhen.InView_OnlyifExist,
required: true,
}),
AddCol({ name: 'card', label_trans: 'circuit.card' }),
AddCol({
name: 'visibility',
label_trans: 'bot.visibility',