Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
leonardo-mannelli
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matteo
leonardo-mannelli
Commits
33c375f9
Commit
33c375f9
authored
Feb 17, 2022
by
Matteo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nuova gestione notifiche
parent
acb5147f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
util.service.ts
src/app/service/util.service.ts
+1
-1
smartphone.scss
src/smartphone.scss
+4
-0
No files found.
src/app/service/util.service.ts
View file @
33c375f9
...
...
@@ -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
),
...
...
src/smartphone.scss
View file @
33c375f9
...
...
@@ -123,6 +123,10 @@ $grigio-superlite: #e5e5ea;
--ion-background-color
:
transparent
!
important
;
}
.ion-accordion-toggle-icon
{
color
:
$celeste
;
}
.messaggio-bianco
{
color
:
$bianco
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment