Commit a0c312e0 by Matteo

nuova gestione notifiche

parent 2a4c1dea
......@@ -700,7 +700,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),
......
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