Merge branch 'develop' of ssh://ognproject.evlt.uma.es:21987/opengnsys/oggui into develop
commit
b78be472e1
|
@ -29,7 +29,7 @@ export class CreateTaskComponent implements OnInit {
|
||||||
@Inject(MAT_DIALOG_DATA) public data: any
|
@Inject(MAT_DIALOG_DATA) public data: any
|
||||||
) {
|
) {
|
||||||
this.taskForm = this.fb.group({
|
this.taskForm = this.fb.group({
|
||||||
commandGroup: [''],
|
commandGroup: ['', Validators.required],
|
||||||
extraCommands: [[]],
|
extraCommands: [[]],
|
||||||
date: ['', Validators.required],
|
date: ['', Validators.required],
|
||||||
time: ['', Validators.required],
|
time: ['', Validators.required],
|
||||||
|
|
Loading…
Reference in New Issue