Fix bug on dmp filters: keep public status selected on reopen filters

This commit is contained in:
apapachristou 2020-11-19 17:14:38 +02:00
parent e3cfd47edb
commit 5c8c1a13b2
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ export class DmpCriteriaComponent extends BaseCriteriaComponent implements OnIni
this.formGroup.get('grants').setValue(this.criteriaFormGroup.get('grants').value);
this.formGroup.get('collaborators').setValue(this.criteriaFormGroup.get('collaborators').value);
this.formGroup.get('organisations').setValue(this.criteriaFormGroup.get('organisations').value);
this.formGroup.get('status').setValue(this.criteriaFormGroup.get('status').value);
}
this.formGroup.get('role').valueChanges