fix change order and agenda list

This commit is contained in:
Peter Maquiran
2024-03-18 11:42:36 +01:00
parent a34ef60126
commit 0b876e516b
7 changed files with 28 additions and 12 deletions
+14 -2
View File
@@ -1206,11 +1206,23 @@ export class EventsService {
})
)
} else {
const calendar = this.DetectCalendars(calendarId)
const header = this.makeHeader(calendar)
options = {
headers: header,
params: params
};
return this.http.delete(`${puturl}`, options).pipe(
catchError(err => {
this.offlinemanager.storeRequestData('eventDelete', arrayReq);
throw new Error(err);
})
)
}
throw('header not found')
}