From: Bill Erickson Date: Mon, 2 Nov 2015 15:23:10 +0000 (-0500) Subject: JBAS-935 ACQ unified search progress dialog repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=89b5ceaa1dd543eb13794f904980d1e77d856e8e;p=working%2FEvergreen.git JBAS-935 ACQ unified search progress dialog repair Launch progress dialog before building the lineitem table when unified search displays lineitem / bib results, otherwise, in some cases, it's launched after the table renders and thus after the .hid() call is made and is never closed. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/acq/search/unified.js b/Open-ILS/web/js/ui/default/acq/search/unified.js index 94c0aa7e77..518f8646e9 100644 --- a/Open-ILS/web/js/ui/default/acq/search/unified.js +++ b/Open-ILS/web/js/ui/default/acq/search/unified.js @@ -667,8 +667,8 @@ function ResultManager(liPager, poGrid, plGrid, invGrid) { "flesh_notes": true }, "revealer": function() { - self.liPager.show(); progressDialog.show(true); + self.liPager.show(); }, "finisher": function() { self.liPager.batch_length = self.count_results;