mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
remove text adicionar on efetuar depacho modal
This commit is contained in:
@@ -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>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
@@ -4,4 +4,4 @@ import { doneITDev } from './suport/doneIt'
|
||||
import { DevDev } from './suport/dev'
|
||||
|
||||
|
||||
export const environment: Environment = DevDev
|
||||
export const environment: Environment = oaprDev
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user