mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Improve
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user