TSK-1372: Historytable should now display directly after opening

This commit is contained in:
Tristan Eisermann 2020-08-31 12:41:30 +02:00 committed by Tristan2357
parent 5665ae2241
commit 9c64a5d848
1 changed files with 2 additions and 2 deletions

View File

@ -207,10 +207,10 @@ export class TaskQueryComponent implements OnInit {
}
private initTaskQueryForm() {
const me = this;
Object.keys(new TaskHistoryEventData()).forEach((key) => {
me.taskQueryForm.addControl(key, new FormControl());
this.taskQueryForm.addControl(key, new FormControl());
});
this.performRequest();
}
private calculateQueryPages() {