- Corretto campo "Comune di Residenza".
- Aggiornato Completamento Profilo: Comune di Residenza. - Registrazione
This commit is contained in:
@@ -3650,6 +3650,11 @@ export const colTableSites = [
|
||||
label_trans: 'sites.telegram_support_chat',
|
||||
fieldtype: costanti.FieldType.string,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'telegram_gruppi_territoriali_senzainvito',
|
||||
label_trans: 'sites.telegram_gruppi_territoriali_senzainvito',
|
||||
fieldtype: costanti.FieldType.string,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'telegram_key_test',
|
||||
label_trans: 'sites.telegram_key_test',
|
||||
@@ -5131,6 +5136,20 @@ export const colTableUsers = [
|
||||
label_trans: 'reg.resid_province',
|
||||
fieldtype: costanti.FieldType.string,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resid_comune',
|
||||
field: 'profile',
|
||||
subfield: 'resid_comune',
|
||||
label_trans: 'reg.resid_comune',
|
||||
fieldtype: costanti.FieldType.string,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resid_str_comune',
|
||||
field: 'profile',
|
||||
subfield: 'resid_str_comune',
|
||||
label_trans: 'reg.resid_str_comune',
|
||||
fieldtype: costanti.FieldType.string,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resid_card',
|
||||
field: 'profile',
|
||||
@@ -5768,6 +5787,20 @@ export const colTableUsersISP = [
|
||||
label_trans: 'reg.born_country',
|
||||
fieldtype: costanti.FieldType.string,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resid_comune',
|
||||
field: 'profile',
|
||||
subfield: 'resid_comune',
|
||||
label_trans: 'reg.resid_comune',
|
||||
fieldtype: costanti.FieldType.string,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resid_str_comune',
|
||||
field: 'profile',
|
||||
subfield: 'resid_str_comune',
|
||||
label_trans: 'reg.resid_str_comune',
|
||||
fieldtype: costanti.FieldType.string,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resid_province',
|
||||
field: 'profile',
|
||||
|
||||
Reference in New Issue
Block a user