Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Intranet
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
Intranet
Commits
69c84901
Commit
69c84901
authored
Feb 09, 2022
by
Matteo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix notifiche
parent
bec3d3fe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
build.gradle
android/app/build.gradle
+2
-2
notifiche.page.html
src/app/pages/notifiche/notifiche.page.html
+1
-1
notifiche.page.ts
src/app/pages/notifiche/notifiche.page.ts
+1
-1
No files found.
android/app/build.gradle
View file @
69c84901
...
...
@@ -12,8 +12,8 @@ android {
applicationId
"it.aimconsulting.intranet"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
1
6
versionName
"0.0.1
6
"
versionCode
1
8
versionName
"0.0.1
8
"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
aaptOptions
{
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
...
...
src/app/pages/notifiche/notifiche.page.html
View file @
69c84901
...
...
@@ -86,7 +86,7 @@
<ion-label>
{{ 'undo_archivio_notifiche' | translate }}
</ion-label>
</span>
<ion-button
(
click
)="
archiviaNotifiche
(
false
)"
class=
"search-arrow"
title=
"{{ 'riattiva_notifiche' | translate }}"
>
<ion-icon
class=
"button-icon-documenti-smart ios-icon"
slot=
"icon-only"
name=
"
undo
"
title=
"{{ 'riattiva_notifiche' | translate }}"
></ion-icon>
<ion-icon
class=
"button-icon-documenti-smart ios-icon"
slot=
"icon-only"
name=
"
arrow-undo-circle-outline
"
title=
"{{ 'riattiva_notifiche' | translate }}"
></ion-icon>
</ion-button>
</ion-row>
</div>
...
...
src/app/pages/notifiche/notifiche.page.ts
View file @
69c84901
...
...
@@ -317,7 +317,7 @@ export class NotifichePage implements OnInit {
this
.
utilService
.
showLoading
();
this
.
notificheSelezionate
=
new
Array
();
this
.
notifiche
.
forEach
(
this
.
raccogliNotifiche
,
this
);
this
.
notificheService
.
archiviaNotifiche
(
this
.
idCliente
,
archiviare
,
this
.
notificheSelezionate
).
subscribe
((
res
:
ArchiviaNotificaResponse
)
=>
{
this
.
notificheService
.
archiviaNotifiche
(
-
1
,
archiviare
,
this
.
notificheSelezionate
).
subscribe
((
res
:
ArchiviaNotificaResponse
)
=>
{
this
.
utilService
.
closeLoading
();
if
(
res
.
error
){
this
.
utilService
.
presentAlert
(
"Errore"
,
""
,
res
.
error
,
[
"OK"
]);
...
...
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