diff --git a/src/app/shared/agenda/new-event/new-event.page.ts b/src/app/shared/agenda/new-event/new-event.page.ts index 321b59299..d72d8e085 100644 --- a/src/app/shared/agenda/new-event/new-event.page.ts +++ b/src/app/shared/agenda/new-event/new-event.page.ts @@ -374,7 +374,7 @@ export class NewEventPage implements OnInit { this.postEvent.HasAttachments = true; } if(this.selectedRecurringType != '-1'){ - /* this.postEvent.EventRecurrence.Type = this.selectedRecurringType; */ + this.postEvent.EventRecurrence.Type = this.selectedRecurringType; } if(this.loggeduser.Profile == 'MDGPR') {