From 54182e77a2b35126beeae9be43209ac330e91dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Sun, 11 Jun 2023 20:15:32 +0100 Subject: [PATCH] remove text adicionar on efetuar depacho modal --- .../modals/create-process/create-process.page.html | 2 +- .../expedient-task-modal.page.html | 2 +- src/app/services/notifications.service.ts | 4 ++-- src/environments/environment.ts | 2 +- version/git-version.ts | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/modals/create-process/create-process.page.html b/src/app/modals/create-process/create-process.page.html index 6a79f0892..a779a8964 100644 --- a/src/app/modals/create-process/create-process.page.html +++ b/src/app/modals/create-process/create-process.page.html @@ -186,7 +186,7 @@
- +
diff --git a/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html b/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html index 7ef9a962e..164c28b59 100644 --- a/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html +++ b/src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html @@ -235,6 +235,6 @@
- +
diff --git a/src/app/services/notifications.service.ts b/src/app/services/notifications.service.ts index 0a66f8135..60bbec2e0 100644 --- a/src/app/services/notifications.service.ts +++ b/src/app/services/notifications.service.ts @@ -151,9 +151,9 @@ export class NotificationsService { (notification: PushNotificationSchema) => { this.active = true - + console.log(notification) this.storageService.get("Notifications").then((store) => { - console.log(notification) + store.push(notification) this.storageService.store("Notifications", store) }).catch((error) => { diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 16a865ce9..e2d79dff9 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,4 +4,4 @@ import { doneITDev } from './suport/doneIt' import { DevDev } from './suport/dev' -export const environment: Environment = DevDev \ No newline at end of file +export const environment: Environment = oaprDev \ No newline at end of file diff --git a/version/git-version.ts b/version/git-version.ts index d35d1070e..fd7c44c85 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "1a64e616a", - "SHA": "1a64e616a34824029b032a69c1fd1145a6567d3b", + "shortSHA": "b6ef9e191", + "SHA": "b6ef9e191c44527ca7a7a04e94055893daac4e97", "branch": "feature/gabinete-search", "lastCommitAuthor": "'Eudes InĂ¡cio'", - "lastCommitTime": "'Sun Jun 11 12:23:21 2023 +0100'", - "lastCommitMessage": "solved", - "lastCommitNumber": "4991", + "lastCommitTime": "'Sun Jun 11 13:54:53 2023 +0100'", + "lastCommitMessage": "new route on notificatiwon serice", + "lastCommitNumber": "4993", "change": "", - "changeStatus": "On branch feature/gabinete-search\nYour branch and 'origin/feature/gabinete-search' have diverged,\nand have 19 and 1 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.ts\n\tmodified: src/app/services/notifications.service.ts", + "changeStatus": "On branch feature/gabinete-search\nYour branch is ahead of 'origin/feature/gabinete-search' by 20 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/modals/create-process/create-process.page.html\n\tmodified: src/app/pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.page.html\n\tmodified: src/app/services/notifications.service.ts\n\tmodified: src/environments/environment.ts", "changeAuthor": "eudes.inacio" } \ No newline at end of file