|
|
|
@@ -184,6 +184,8 @@ export const userTripEventForm = new FormGroup({ |
|
|
|
userTripIri: new FormControl(null, [Validators.required]), |
|
|
|
event: new FormControl(null, []), |
|
|
|
eventIri: new FormControl(null, [Validators.required]), |
|
|
|
location: new FormControl(null, []), |
|
|
|
locationIri: new FormControl(null, [Validators.required]), |
|
|
|
date: new FormControl(null, [Validators.required]), |
|
|
|
note: new FormControl(null, []), |
|
|
|
createdAt: new FormControl(null, []) |
|
|
|
@@ -195,6 +197,8 @@ export const userTripEventJsonldForm = new FormGroup({ |
|
|
|
userTripIri: new FormControl(null, [Validators.required]), |
|
|
|
event: new FormControl(null, []), |
|
|
|
eventIri: new FormControl(null, [Validators.required]), |
|
|
|
location: new FormControl(null, []), |
|
|
|
locationIri: new FormControl(null, [Validators.required]), |
|
|
|
date: new FormControl(null, [Validators.required]), |
|
|
|
note: new FormControl(null, []), |
|
|
|
createdAt: new FormControl(null, []) |
|
|
|
|