- aggiornato Card service, e CGridTableRec.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user