mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
uncoment the form verification of attendes
This commit is contained in:
@@ -414,7 +414,7 @@ export class NewEventPage implements OnInit {
|
|||||||
Validators.required
|
Validators.required
|
||||||
]), */
|
]), */
|
||||||
participantes: new FormControl(this.taskParticipants, [
|
participantes: new FormControl(this.taskParticipants, [
|
||||||
// Validators.required
|
Validators.required
|
||||||
]),
|
]),
|
||||||
Date: new FormControl(new Date(this.postEvent.StartDate).getTime() < new Date(this.postEvent.EndDate).getTime() ? 'ok' : null, [
|
Date: new FormControl(new Date(this.postEvent.StartDate).getTime() < new Date(this.postEvent.EndDate).getTime() ? 'ok' : null, [
|
||||||
Validators.required
|
Validators.required
|
||||||
|
|||||||
Reference in New Issue
Block a user