[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 57fc137cf8073c8128e990f17a77dfc9792d98a2

Evergreen Git git at git.evergreen-ils.org
Sun Feb 23 11:11:25 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, rel_3_4 has been updated
       via  57fc137cf8073c8128e990f17a77dfc9792d98a2 (commit)
       via  d86f1c4531e75935e4b9b8e6accbdc3e63c03875 (commit)
      from  f023b1bb90cd03de405ca9f280a0c6fa77ed85a2 (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 57fc137cf8073c8128e990f17a77dfc9792d98a2
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 d86f1c4531e75935e4b9b8e6accbdc3e63c03875
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