[open-ils-commits] [GIT] Evergreen ILS branch master updated. 70d952428c3194fd97a01f45b18357eb8aa3d537

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, master has been updated
       via  70d952428c3194fd97a01f45b18357eb8aa3d537 (commit)
      from  d1a4268d03b0e2762770615bef7fd6b3b06eab79 (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 70d952428c3194fd97a01f45b18357eb8aa3d537
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 a59f4eb..39831da 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