mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -135,7 +135,8 @@ export class AgendaPage implements OnInit {
|
||||
transparentEventToApprove: false,
|
||||
showEventToApprove: false,
|
||||
showAttendees: false,
|
||||
showAttendeeModal: false
|
||||
showAttendeeModal: false,
|
||||
showEditEventToApprove: false,
|
||||
}
|
||||
|
||||
eventToaprove: any = {
|
||||
@@ -1209,7 +1210,7 @@ export class AgendaPage implements OnInit {
|
||||
}
|
||||
|
||||
async viewEventsToApprove(){
|
||||
await this.cloneAllmobileComponent()
|
||||
await this.cloneAllmobileComponent();
|
||||
|
||||
if( window.innerWidth <= 801){
|
||||
this.router.navigate(['/home/agenda/event-list']);
|
||||
@@ -1249,6 +1250,11 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
EditApproveEventDismiss(){
|
||||
this.cloneAllmobileComponent();
|
||||
this.mobileComponent.showEditEventToApprove = true;
|
||||
}
|
||||
|
||||
async cloneAllmobileComponent(){
|
||||
|
||||
this.mobileComponent.showAddNewEvent = false;
|
||||
@@ -1258,6 +1264,7 @@ export class AgendaPage implements OnInit {
|
||||
this.mobileComponent.showEventToApprove = false;
|
||||
this.mobileComponent.showAttendees = false;
|
||||
this.mobileComponent.showAttendeeModal = false;
|
||||
this.mobileComponent.showEditEventToApprove = false;
|
||||
|
||||
this.closeEventToApprove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user