Merge branch 'develop' of ssh://bitbucket.arbetsformedlingen.se:7999/tea/mina-sidor-fa-web into develop
This commit is contained in:
@@ -40,7 +40,7 @@ export class SlutredovisningFormStep1Component implements OnInit {
|
|||||||
new FormGroup({
|
new FormGroup({
|
||||||
name: new FormControl(activity.name),
|
name: new FormControl(activity.name),
|
||||||
id: new FormControl(activity.id),
|
id: new FormControl(activity.id),
|
||||||
whatHasBeenDone: new FormControl('temp', RequiredValidator('Beskrivning är obligatorisk')),
|
whatHasBeenDone: new FormControl(null, RequiredValidator('Beskrivning är obligatorisk')),
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
this.changeDetectionRef.detectChanges();
|
this.changeDetectionRef.detectChanges();
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import {
|
|||||||
OnChanges,
|
OnChanges,
|
||||||
Output,
|
Output,
|
||||||
} from '@angular/core';
|
} from '@angular/core';
|
||||||
import { ControlValueAccessor, NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
import { ControlValueAccessor, NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
|
||||||
import { uuid } from '@utils/uuid.util';
|
import { uuid } from '@utils/uuid.util';
|
||||||
import { RadiobuttonGroupDirection } from './radiobutton-group-direction.enum';
|
import { RadiobuttonGroupDirection } from './radiobutton-group-direction.enum';
|
||||||
import { Radiobutton } from './radiobutton.model';
|
import { Radiobutton } from './radiobutton.model';
|
||||||
|
|||||||
Reference in New Issue
Block a user