mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
remove text adicionar on efetuar depacho modal
This commit is contained in:
@@ -186,7 +186,7 @@
|
|||||||
<ion-footer>
|
<ion-footer>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<button class="btn-cancel" shape="round" (click)="cancelTask()">Cancelar</button>
|
<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>
|
<button *ngIf="taskType == '1'" class="btn-ok" shape="round" (click)="saveTask()">Solicitar</button>
|
||||||
</div>
|
</div>
|
||||||
</ion-footer>
|
</ion-footer>
|
||||||
|
|||||||
+1
-1
@@ -235,6 +235,6 @@
|
|||||||
<ion-footer>
|
<ion-footer>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<button class="btn-cancel" shape="round" (click)="cancelTask()">Cancelar</button>
|
<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>
|
</div>
|
||||||
</ion-footer>
|
</ion-footer>
|
||||||
|
|||||||
@@ -151,9 +151,9 @@ export class NotificationsService {
|
|||||||
(notification: PushNotificationSchema) => {
|
(notification: PushNotificationSchema) => {
|
||||||
this.active = true
|
this.active = true
|
||||||
|
|
||||||
|
|
||||||
this.storageService.get("Notifications").then((store) => {
|
|
||||||
console.log(notification)
|
console.log(notification)
|
||||||
|
this.storageService.get("Notifications").then((store) => {
|
||||||
|
|
||||||
store.push(notification)
|
store.push(notification)
|
||||||
this.storageService.store("Notifications", store)
|
this.storageService.store("Notifications", store)
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ import { doneITDev } from './suport/doneIt'
|
|||||||
import { DevDev } from './suport/dev'
|
import { DevDev } from './suport/dev'
|
||||||
|
|
||||||
|
|
||||||
export const environment: Environment = DevDev
|
export const environment: Environment = oaprDev
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "1a64e616a",
|
"shortSHA": "b6ef9e191",
|
||||||
"SHA": "1a64e616a34824029b032a69c1fd1145a6567d3b",
|
"SHA": "b6ef9e191c44527ca7a7a04e94055893daac4e97",
|
||||||
"branch": "feature/gabinete-search",
|
"branch": "feature/gabinete-search",
|
||||||
"lastCommitAuthor": "'Eudes Inácio'",
|
"lastCommitAuthor": "'Eudes Inácio'",
|
||||||
"lastCommitTime": "'Sun Jun 11 12:23:21 2023 +0100'",
|
"lastCommitTime": "'Sun Jun 11 13:54:53 2023 +0100'",
|
||||||
"lastCommitMessage": "solved",
|
"lastCommitMessage": "new route on notificatiwon serice",
|
||||||
"lastCommitNumber": "4991",
|
"lastCommitNumber": "4993",
|
||||||
"change": "",
|
"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"
|
"changeAuthor": "eudes.inacio"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user