Skip to content

Commit

Permalink
UI:Navigation-> Patient identifier widget: If you add patient id with…
Browse files Browse the repository at this point in the history
…out editing the strings in the widget, it is not sending the string as a filter #4571
  • Loading branch information
shral committed Sep 20, 2024
1 parent f288c0a commit edff2a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class IssuerSelectorComponent implements OnInit {
}
filterChanged(){
this.extractModelsFromString();
this.modelChange.emit(this.filterModel);
}

initSplitters(){
Expand Down

0 comments on commit edff2a7

Please sign in to comment.