[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3140010444c50150a3507aaa773c26da9415d37b

Evergreen Git git at git.evergreen-ils.org
Sun Feb 23 11:11:18 EST 2020


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  3140010444c50150a3507aaa773c26da9415d37b (commit)
       via  e42cfc9d873dbecad1fa261b68874e975ae02c0c (commit)
      from  5bfdbe9867666ef31f4f9faddfa9afaa10d6bdfd (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 3140010444c50150a3507aaa773c26da9415d37b
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Sun Feb 23 08:10:44 2020 -0800

    LP#1774285 (follow-up): Make page title consistent with heading
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/src/templates/staff/circ/holds/index.tt2 b/Open-ILS/src/templates/staff/circ/holds/index.tt2
index 24509eb090..bab44ed76f 100644
--- a/Open-ILS/src/templates/staff/circ/holds/index.tt2
+++ b/Open-ILS/src/templates/staff/circ/holds/index.tt2
@@ -22,7 +22,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) {
   s.CLEAR_SHELF_ACTION_hold = "[% l('Needed for Hold') %]";
   s.CLEAR_SHELF_ACTION_transit = "[% l('Needs Transiting') %]";
   s.CLEAR_SHELF_ACTION_pl_changed = "[% l('Wrong Shelf') %]";
-  s.PULL_LIST_TITLE = "[% l('Pull List') %]";
+  s.PULL_LIST_TITLE = "[% l('Holds Pull List') %]";
 }])
 </script>
 [% END %]

commit e42cfc9d873dbecad1fa261b68874e975ae02c0c
Author: Josh Stompro <stompro at stompro.org>
Date:   Tue Dec 10 13:25:37 2019 -0600

    LP#1774285 - Change Pull list page title from Holds Shelf title.
    
    Add a string for 'Pull List' and set the page title to that string
    when the pull list interface is loaded.  Allows staff to tell which
    tab has the Holds Shelf open and which tab has the Pull List open.
    
    Signed-off-by: Josh Stompro <stompro at stompro.org>
    Signed-off-by: Jessica Woolford <jwoolford at biblio.org>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/src/templates/staff/circ/holds/index.tt2 b/Open-ILS/src/templates/staff/circ/holds/index.tt2
index fd4ade7879..24509eb090 100644
--- a/Open-ILS/src/templates/staff/circ/holds/index.tt2
+++ b/Open-ILS/src/templates/staff/circ/holds/index.tt2
@@ -22,6 +22,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) {
   s.CLEAR_SHELF_ACTION_hold = "[% l('Needed for Hold') %]";
   s.CLEAR_SHELF_ACTION_transit = "[% l('Needs Transiting') %]";
   s.CLEAR_SHELF_ACTION_pl_changed = "[% l('Wrong Shelf') %]";
+  s.PULL_LIST_TITLE = "[% l('Pull List') %]";
 }])
 </script>
 [% END %]
diff --git a/Open-ILS/web/js/ui/default/staff/circ/holds/app.js b/Open-ILS/web/js/ui/default/staff/circ/holds/app.js
index 1bd2eed08e..d73fda75ab 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/holds/app.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/holds/app.js
@@ -299,6 +299,8 @@ function($scope , $q , $routeParams , $window , $location , egCore ,
     var cached_details = {};
     var details_needed = {};
 
+    egCore.strings.setPageTitle(egCore.strings['PULL_LIST_TITLE']);
+
     $scope.gridControls = {
         setQuery : function() {
             return {'copy_circ_lib_id' : egCore.auth.user().ws_ou()}

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/circ/holds/index.tt2  | 1 +
 Open-ILS/web/js/ui/default/staff/circ/holds/app.js | 2 ++
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list