- Mail in a Box: comandi per aggiungere/modificare/rimuovere le caselle di posta
- aggiunto idMyGroup: ospiti siti di gruppi (AbitareGliIblei)
This commit is contained in:
@@ -1902,12 +1902,18 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
getparamSiteTableByIdApp: function (idapp, param) {
|
||||
const myapp = this.MYAPPS.find((item) => item.idapp === idapp);
|
||||
return myapp && param ? myapp[param] : '';
|
||||
},
|
||||
|
||||
|
||||
getAskToVerifyReg: function (idapp) {
|
||||
return this.getConfSiteOptionEnabledByIdApp(idapp, shared_consts.ConfSite.Need_Aportador_On_DataReg_To_Verify_Reg);
|
||||
},
|
||||
|
||||
getidMyGroupBySite: function (idapp) {
|
||||
return this.getConfSiteOptionEnabledByIdApp(idapp, shared_consts.ConfSite.Need_Aportador_On_DataReg_To_Verify_Reg);
|
||||
return this.getparamSiteTableByIdApp(idapp, 'idMyGroup');
|
||||
},
|
||||
|
||||
isManagAndAdminDifferent(idapp) {
|
||||
|
||||
Reference in New Issue
Block a user