[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 9e55c1e4619daa5d53fd0a0f8f74d0757210b3cd
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 13 21:46:03 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_3 has been updated
via 9e55c1e4619daa5d53fd0a0f8f74d0757210b3cd (commit)
from c0a79af1509d3b770c3a919020a515dbc1e2caa0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9e55c1e4619daa5d53fd0a0f8f74d0757210b3cd
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date: Mon Jul 22 10:16:36 2013 +0300
Always show grid buttons on My Selection List
Fix LP#1028601 by showing the selection list creation buttons in the acq
search UI even when there are no search results.
Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
Signed-off-by: Ben Shum <bshum at biblio.org>
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 a6be3f0..fbd98b5 100644
--- a/Open-ILS/web/js/ui/default/acq/search/unified.js
+++ b/Open-ILS/web/js/ui/default/acq/search/unified.js
@@ -722,7 +722,11 @@ function ResultManager(liPager, poGrid, plGrid, invGrid) {
"interface": self.invGrid
},
"no_results": {
- "revealer": function() { alert(localeStrings.NO_RESULTS); }
+ "revealer": function() {
+ alert(localeStrings.NO_RESULTS);
+ self.show('picklist');
+ self.plGrid.hideLoadProgressIndicator();
+ }
}
}
};
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/js/ui/default/acq/search/unified.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list