Skip to content

Commit

Permalink
Blur close button when opening warnings modal
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Oct 19, 2023
1 parent a5676a9 commit 5ec8a6a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class WarningsModalComponent {
public initialize() {

this.selectWarningFilter(this.warningFilters[0].constraintName);
AngularUtility.blurActiveElement();
}


Expand Down Expand Up @@ -141,7 +142,7 @@ export class WarningsModalComponent {
public getOutlierValues(section: WarningSection): string[] {

const valuelist: Valuelist = CategoryForm.getField(section.category, section.fieldName).valuelist;

return ValuelistUtil.getValuesNotIncludedInValuelist(
this.selectedDocument.resource[section.fieldName], valuelist
);
Expand Down

0 comments on commit 5ec8a6a

Please sign in to comment.