improve exception saving

This commit is contained in:
Schneider Roland
2025-12-11 07:01:17 +01:00
parent fb31f0813a
commit 93b1fb9610
5 changed files with 30 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ export class SingleEventDashboardEventActivation {
this.calendarService.applyException(eventId, payload ).subscribe(
{
next: () => {
this.onAction()('close');
this.onAction()('save-event-success');
},
error: err => {
alert('Failed to change event');