[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. baa8f926f7a4ce0e86aa419ba64cca7b509b8d45

Evergreen Git git at git.evergreen-ils.org
Tue Aug 13 21:46:04 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_4 has been updated
       via  baa8f926f7a4ce0e86aa419ba64cca7b509b8d45 (commit)
      from  96477efb6b4f7ed9e413cfdc6aad562bb3074f6e (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 baa8f926f7a4ce0e86aa419ba64cca7b509b8d45
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