This commit is contained in:
Peter Maquiran
2021-07-26 15:19:03 +01:00
parent 3f007be25e
commit 85f6df2f0e
16 changed files with 852 additions and 197 deletions
+8 -2
View File
@@ -1076,9 +1076,12 @@ export class AgendaPage implements OnInit {
approveEventDismissGoBack() {
window['temp.path:/shared/agenda/edit-event-to-approve.ts'] = {}
// this.mobileComponent.showEventList = false;
this.mobileComponent.transparentEventList = true;
this.cloneAllmobileComponent()
alert('show')
this.mobileComponent.showEventToApprove = true;
this.mobileComponent.showEditEventToApprove = false
}
@@ -1206,6 +1209,9 @@ export class AgendaPage implements OnInit {
} else if (this.IsEvent = 'add') {
this.cloneAllmobileComponent();
}
}
async EventToApproveGoBack() {
}