Aggiunte opzioni per il Gestore: richiede che l'invitante confermi la Reg, Notifica sul BOT , Notifica all'Admin la Reg.
This commit is contained in:
@@ -233,6 +233,12 @@ module.exports = {
|
||||
CANCELED: 10,
|
||||
},
|
||||
|
||||
ConfSite: {
|
||||
Notif_Reg_Bot: 1,
|
||||
Notif_Reg_Push_Admin: 2,
|
||||
Need_Aportador_On_DataReg_To_Verify_Reg: 4,
|
||||
},
|
||||
|
||||
fieldsUserToChange() {
|
||||
return [
|
||||
'_id',
|
||||
@@ -260,4 +266,5 @@ module.exports = {
|
||||
'qualified'];
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user