mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +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
|
||||
|
||||
|
||||
console.log(notification)
|
||||
this.storageService.get("Notifications").then((store) => {
|
||||
console.log(notification)
|
||||
|
||||
store.push(notification)
|
||||
this.storageService.store("Notifications", store)
|
||||
}).catch((error) => {
|
||||
|
||||
Reference in New Issue
Block a user