mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
merge
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
</div>
|
</div>
|
||||||
<div class="line"></div>
|
<div class="line"></div>
|
||||||
|
<ion-progress-bar type="indeterminate" *ngIf="isloading"></ion-progress-bar>
|
||||||
<ion-label (click)="asyncNotification()" *ngIf="notificationdata">{{notificationStatus}}</ion-label>
|
<ion-label (click)="asyncNotification()" *ngIf="notificationdata">{{notificationStatus}}</ion-label>
|
||||||
</div>
|
</div>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
@@ -80,8 +81,8 @@
|
|||||||
<p *ngIf = "item.Service == 'agenda'">{{item.dateEnd}}</p>
|
<p *ngIf = "item.Service == 'agenda'">{{item.dateEnd}}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="approve-event-detail">
|
<div class="approve-event-detail">
|
||||||
<p *ngIf = "item.Service == 'agenda'">{{item.Location}}</p>
|
|
||||||
<h3 id="profile-title">{{item.title}}</h3>
|
<h3 id="profile-title">{{item.title}}</h3>
|
||||||
|
<p *ngIf = "item.Service == 'agenda'">{{item.Location}}</p>
|
||||||
<p id="profile-title" *ngIf = "item.Service != 'agenda'">{{item.body}}</p>
|
<p id="profile-title" *ngIf = "item.Service != 'agenda'">{{item.body}}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ export class ProfilePage implements OnInit {
|
|||||||
environment = environment
|
environment = environment
|
||||||
taskExist = true;
|
taskExist = true;
|
||||||
taskNotExist = false;
|
taskNotExist = false;
|
||||||
|
isloading = false;
|
||||||
|
|
||||||
|
|
||||||
SessionStore = SessionStore;
|
SessionStore = SessionStore;
|
||||||
@@ -189,6 +190,7 @@ export class ProfilePage implements OnInit {
|
|||||||
console.log(index, i)
|
console.log(index, i)
|
||||||
|
|
||||||
if(Service === "agenda") {
|
if(Service === "agenda") {
|
||||||
|
this.isloading = true
|
||||||
this.eventsService.getEvent(IdObject).subscribe((task) => {
|
this.eventsService.getEvent(IdObject).subscribe((task) => {
|
||||||
|
|
||||||
if (Service === "agenda" && IdObject.length > 10) {
|
if (Service === "agenda" && IdObject.length > 10) {
|
||||||
@@ -201,13 +203,15 @@ export class ProfilePage implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.deleteNotification(index);
|
this.deleteNotification(index);
|
||||||
|
this.isloading = false
|
||||||
|
|
||||||
}, (error) => {
|
}, (error) => {
|
||||||
this.notificationdata[i].read = true;
|
this.notificationdata[i].read = true;
|
||||||
|
this.isloading = false
|
||||||
})
|
})
|
||||||
|
|
||||||
} else if (Service === "gabinete-digital") {
|
} else if (Service === "gabinete-digital") {
|
||||||
|
this.isloading = true
|
||||||
this.processesService.GetTask(IdObject).subscribe((task) => {
|
this.processesService.GetTask(IdObject).subscribe((task) => {
|
||||||
|
|
||||||
if (Service === "gabinete-digital" && Object === "expedientes") {
|
if (Service === "gabinete-digital" && Object === "expedientes") {
|
||||||
@@ -228,9 +232,11 @@ export class ProfilePage implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.deleteNotification(index);
|
this.deleteNotification(index);
|
||||||
|
this.isloading = false
|
||||||
|
|
||||||
}, (error) => {
|
}, (error) => {
|
||||||
this.notificationdata[i].read = true;
|
this.notificationdata[i].read = true;
|
||||||
|
this.isloading = false
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -196,7 +196,7 @@
|
|||||||
</ion-row>
|
</ion-row>
|
||||||
|
|
||||||
<div style="padding-right: 50px" class="font-16-em text-black align-center cursor-pointer" (click)="changeSegment('Combinado')" [class.active]="segment == 'Combinado' ">
|
<div style="padding-right: 50px" class="font-16-em text-black align-center cursor-pointer" (click)="changeSegment('Combinado')" [class.active]="segment == 'Combinado' ">
|
||||||
Todas
|
Todos...
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-right: 50px" class="font-16-em text-black align-center cursor-pointer" (click)="changeSegment('Pessoal')" [class.active]="segment == 'Pessoal' ">
|
<div style="padding-right: 50px" class="font-16-em text-black align-center cursor-pointer" (click)="changeSegment('Pessoal')" [class.active]="segment == 'Pessoal' ">
|
||||||
Pessoais
|
Pessoais
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 67 KiB |
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "9aa7928d8",
|
"shortSHA": "2ae96bda0",
|
||||||
"SHA": "9aa7928d897f10ae0aad37dc9d7ec111590e7d0d",
|
"SHA": "2ae96bda02a39833995bc6005d5107a70d720b08",
|
||||||
"branch": "developer-prod",
|
"branch": "developer-prod",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Mon Aug 21 19:09:55 2023 +0100'",
|
"lastCommitTime": "'Tue Aug 22 08:35:44 2023 +0100'",
|
||||||
"lastCommitMessage": "hide timeline events",
|
"lastCommitMessage": "fix date picker",
|
||||||
"lastCommitNumber": "5190",
|
"lastCommitNumber": "5191",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch developer-prod\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts\n\tmodified: src/app/pages/agenda/edit-event/edit-event.page.ts\n\tmodified: src/app/pages/agenda/new-event/new-event.page.ts\n\tmodified: src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts\n\tmodified: src/app/pages/publications/edit-action/edit-action.page.ts\n\tmodified: src/app/pages/publications/new-action/new-action.page.ts\n\tmodified: src/app/pages/search/search.page.ts\n\tmodified: src/app/shared/agenda/edit-event/edit-event.page.ts\n\tmodified: src/app/shared/gabinete-digital/edit-event-to-approve/edit-event.page.ts",
|
"changeStatus": "On branch developer-prod\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/modals/profile/profile.page.html\n\tmodified: src/app/modals/profile/profile.page.ts\n\tmodified: src/app/pages/agenda/agenda.page.html\n\tmodified: src/assets/images/ministro.png\n\tmodified: src/assets/images/presidente.png",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user