remove text adicionar on efetuar depacho modal

This commit is contained in:
Eudes Inácio
2023-06-11 20:15:32 +01:00
parent b6ef9e191c
commit 54182e77a2
5 changed files with 11 additions and 11 deletions
@@ -186,7 +186,7 @@
<ion-footer>
<div class="buttons">
<button class="btn-cancel" shape="round" (click)="cancelTask()">Cancelar</button>
<button *ngIf="taskType == '0'" class="btn-ok" shape="round" (click)="saveTask()">Despachar</button>
<button *ngIf="taskType == '0'" class="btn-ok" shape="round" (click)="saveTask()">Concluir</button>
<button *ngIf="taskType == '1'" class="btn-ok" shape="round" (click)="saveTask()">Solicitar</button>
</div>
</ion-footer>
@@ -235,6 +235,6 @@
<ion-footer>
<div class="buttons">
<button class="btn-cancel" shape="round" (click)="cancelTask()">Cancelar</button>
<button class="btn-ok" shape="round" (click)="saveTask()">Adicionar</button>
<button class="btn-ok" shape="round" (click)="saveTask()">Concluir</button>
</div>
</ion-footer>
+2 -2
View File
@@ -151,9 +151,9 @@ export class NotificationsService {
(notification: PushNotificationSchema) => {
this.active = true
this.storageService.get("Notifications").then((store) => {
console.log(notification)
this.storageService.get("Notifications").then((store) => {
store.push(notification)
this.storageService.store("Notifications", store)
}).catch((error) => {
+1 -1
View File
@@ -4,4 +4,4 @@ import { doneITDev } from './suport/doneIt'
import { DevDev } from './suport/dev'
export const environment: Environment = DevDev
export const environment: Environment = oaprDev
+6 -6
View File
@@ -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 <file>...\" 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"
}