Notifiche all'Utente
Pannello Utente (backoffice)
This commit is contained in:
@@ -2303,6 +2303,13 @@ export const colTableUsersISP = [
|
||||
jointable: 'permissions',
|
||||
titlepopupedit: 'Permessi'
|
||||
}),
|
||||
AddCol({
|
||||
name: 'notifs',
|
||||
label_trans: 'reg.notifs',
|
||||
fieldtype: costanti.FieldType.binary,
|
||||
jointable: 'usernotifs',
|
||||
titlepopupedit: 'Notifiche'
|
||||
}),
|
||||
AddCol({ name: 'ipaddr', label_trans: 'reg.ipaddr' }),
|
||||
AddCol({ name: 'deleted', label_trans: 'reg.deleted', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol(DeleteRec),
|
||||
@@ -2700,6 +2707,15 @@ export const fieldsTable = {
|
||||
colicon: 'icon',
|
||||
noshow: true,
|
||||
},
|
||||
{
|
||||
value: 'usernotifs',
|
||||
label: 'Notifiche',
|
||||
columns: colTableGeneric,
|
||||
colkey: 'value',
|
||||
collabel: 'label',
|
||||
colicon: 'icon',
|
||||
noshow: true,
|
||||
},
|
||||
{
|
||||
value: 'sites',
|
||||
label: 'Siti',
|
||||
|
||||
Reference in New Issue
Block a user