- tutorial Circuito Ris Italia
- Invia RIS (visibile per tutti)
This commit is contained in:
@@ -159,6 +159,7 @@ export const costanti = {
|
||||
{
|
||||
visible: false,
|
||||
title: 'Circuiti RIS',
|
||||
strsingolo: 'Circuito',
|
||||
subtitle: 'Unisciti al circuito della tua provincia per utilizzare <strong>i RIS come strumento di scambio</strong>',
|
||||
to: '/circuits',
|
||||
table: 'circuits',
|
||||
|
||||
@@ -2314,6 +2314,12 @@ export const colTableUsers = [
|
||||
subfield: 'resid_province',
|
||||
label_trans: 'reg.resid_province', fieldtype: costanti.FieldType.string
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resid_card',
|
||||
field: 'profile',
|
||||
subfield: 'resid_card',
|
||||
label_trans: 'reg.resid_card', fieldtype: costanti.FieldType.string
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resplist',
|
||||
field: 'profile',
|
||||
@@ -2750,6 +2756,12 @@ export const colTableUsersISP = [
|
||||
subfield: 'resid_province',
|
||||
label_trans: 'reg.resid_province', fieldtype: costanti.FieldType.string
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.resid_card',
|
||||
field: 'profile',
|
||||
subfield: 'resid_card',
|
||||
label_trans: 'reg.resid_card', fieldtype: costanti.FieldType.string
|
||||
}),
|
||||
|
||||
AddCol({
|
||||
name: 'profile.cell', field: 'profile', subfield: 'cell', label_trans: 'reg.cell', maxlength: 12,
|
||||
|
||||
@@ -7887,13 +7887,13 @@ export const tools = {
|
||||
updateLink(link: string) {
|
||||
const userStore = useUserStore()
|
||||
|
||||
if (link === '/circuits') {
|
||||
/*if (link === '/circuits') {
|
||||
let path = userStore.my.profile.last_circuitpath
|
||||
if (path) {
|
||||
return '/circuit/' + path
|
||||
}
|
||||
return link
|
||||
}
|
||||
}*/
|
||||
return link
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user