Skip to content

Commit

Permalink
RA-2049: Expand patient search event mechanism to allow displaying th…
Browse files Browse the repository at this point in the history
…e "spinner" part while loading
  • Loading branch information
louidorjp authored and mogoodrich committed Oct 1, 2024
1 parent ba36fc3 commit 8d5c4ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ angular.module('openmrs-module-registrationapp-fingerprint-search', ['pascalprec

jq('#patient-search-form').trigger('search:clear');

jq('#patient-search-form').trigger('search:start');

FingerprintService.matchFinger(data.template).then(function (data) {

if (data && data.length > 0) {
Expand Down

0 comments on commit 8d5c4ef

Please sign in to comment.