Fix for status getting
This commit is contained in:
parent
7b51aaa444
commit
b7c311e890
@ -27,6 +27,7 @@ export class TaskFormComponent implements OnInit {
|
|||||||
|
|
||||||
constructor(private backendService: BackendService, private activeModalService: NgbActiveModal) {
|
constructor(private backendService: BackendService, private activeModalService: NgbActiveModal) {
|
||||||
this.getUserStories();
|
this.getUserStories();
|
||||||
|
this.getTaskStatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user