Commit 33c375f9 by Matteo

nuova gestione notifiche

parent acb5147f
......@@ -710,7 +710,7 @@ export class UtilService {
sendRegistration(idReferente: string, piattaforma:String, registrationId: String, is_referente: boolean)
{
var param = UtilService.encodeBody({referenteId: idReferente, tipoCellulare:piattaforma, registrationId: registrationId, is_referente: is_referente});
var param = UtilService.encodeBody({referenteId: idReferente, tipoCellulare:piattaforma, registrationId: registrationId, gruppoStruttura: environment.struttura, is_referente: is_referente});
return this.httpClient.post<ParereResponse>(this.httpClientDataService.BASE_ADDRESS+'/intranet/pushRegistration.do', param, this.httpClientDataService.httpOptions)
.pipe(
catchError(this.handleError),
......
......@@ -123,6 +123,10 @@ $grigio-superlite: #e5e5ea;
--ion-background-color: transparent!important;
}
.ion-accordion-toggle-icon {
color: $celeste;
}
.messaggio-bianco
{
color:$bianco;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment