This commit is contained in:
Peter Maquiran
2021-07-20 19:22:11 +01:00
parent f80394d830
commit a3b753dad9
13 changed files with 204 additions and 17 deletions
@@ -182,6 +182,11 @@ export class EditEventPage implements OnInit {
injectValidation() {
if (typeof(this.postEvent.EventRecurrence.Type) == 'number') {
const str: any = this.postEvent.EventRecurrence.Type.toString()
this.postEvent.EventRecurrence.Type = str
}
this.Form = new FormGroup({
Subject: new FormControl(this.postEvent.Subject, [
Validators.required,