mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve
This commit is contained in:
@@ -275,7 +275,7 @@ export class EditEventPage implements OnInit {
|
||||
this.showLoader = false;
|
||||
this.toastService.successMessage()
|
||||
} else {
|
||||
await this.eventsService.editEvent(this.postEvent, 2, 3).toPromise()
|
||||
await this.eventsService.editEvent(this.postEvent, 2, 3, this.postEvent.CalendarId).toPromise()
|
||||
if(this.initCalendarName != this.postEvent.CalendarName) {
|
||||
let body = {
|
||||
"EventId": this.postEvent.EventId,
|
||||
|
||||
Reference in New Issue
Block a user