mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
fix event to approve
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<!-- <div class="header-content width-100"> -->
|
||||
<!-- </div> -->
|
||||
<ion-list class="width-100">
|
||||
<div class="width-100" *ngIf="eventsList ">
|
||||
<div class="width-100" >
|
||||
<div
|
||||
class="item ion-no-padding width-100 cursor-pointer"
|
||||
*ngFor="let event of eventoaprovacaostore.get(segment)"
|
||||
|
||||
@@ -18,11 +18,8 @@ export class EventListPage implements OnInit {
|
||||
// [desktop] event list to approve
|
||||
|
||||
showLoader: boolean;
|
||||
eventsPRList: any = []
|
||||
eventsMDGPRList: any = []
|
||||
eventsGenericList: any = []
|
||||
|
||||
eventsList: any = []
|
||||
|
||||
eventPerson: EventPerson;
|
||||
eventBody: EventBody;
|
||||
categories: string[];
|
||||
@@ -130,11 +127,6 @@ export class EventListPage implements OnInit {
|
||||
|
||||
async openApproveModal(eventSerialNumber, data) {
|
||||
|
||||
let a = this.eventsMDGPRList.filter((elem) => {
|
||||
//
|
||||
return eventSerialNumber == elem.serialNumber
|
||||
});
|
||||
|
||||
this.approveEventDismiss.emit({
|
||||
"serialNumber": eventSerialNumber,
|
||||
"action": "Aprovar",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user