fixed: se aggiungo una Provincia sul frontend non si aggiungeva

This commit is contained in:
Surya Paolo
2023-11-24 17:52:26 +01:00
parent 59efb5c7af
commit cfea22b944
3 changed files with 3 additions and 0 deletions

View File

@@ -957,6 +957,7 @@ export interface IProvince {
prov: string
reg: string
descr: string
card: string
link_grp: string
link_telegram: string
}

View File

@@ -1200,6 +1200,7 @@ const msg_it = {
reg: 'Regione',
regs: 'Regioni',
link_grp: 'Link Territoriale',
card: 'Direz. Cardinale',
link_telegram: 'Link Telegram',
},
annunci: {

View File

@@ -496,6 +496,7 @@ export const colProvinces = [
AddCol({ name: '_id', label_trans: 'index', fieldtype: costanti.FieldType.number }),
AddCol({ name: 'reg', label_trans: 'city.reg' }),
AddCol({ name: 'prov', label_trans: 'city.prov' }),
AddCol({ name: 'card', label_trans: 'city.card' }),
AddCol({ name: 'descr', label_trans: 'store.description' }),
AddCol({ name: 'link_grp', label_trans: 'city.link_grp' }),
AddCol(DeleteRec),