[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 9374c73dd9c6db7c98bc3371a99e82227141a64c

Evergreen Git git at git.evergreen-ils.org
Fri May 25 14:15:37 EDT 2018


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_0 has been updated
       via  9374c73dd9c6db7c98bc3371a99e82227141a64c (commit)
       via  c4842074e96f683f66abea268b8548fef11c8648 (commit)
      from  e863820e3715470e6cfe604259b809a49a3ad103 (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 9374c73dd9c6db7c98bc3371a99e82227141a64c
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Fri May 25 14:25:44 2018 -0400

    LP#1772417: (follow-up) improve I18N of the bucket title string
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
index 157ad70..6245f95 100644
--- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
@@ -1,6 +1,6 @@
 
 <div ng-show="bucket()">
-  <strong>[% l('Bucket #{{bucket().id()}}: {{bucket().name()}}') %]</strong> 
+  <strong>[% l('Bucket #[_1]: [_2]', '{{bucket().id()}}', '{{bucket().name()}}') %]</strong>
   <span>
     <ng-pluralize count="bucketSvc.currentBucket.items().length"
       when="{'one': '[% l("1 item") %]', 'other': '[% l("{} items") %]'}">

commit c4842074e96f683f66abea268b8548fef11c8648
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Mon May 21 09:28:39 2018 -0700

    LP1772417: Adding the bucket ID to the user bucket display
    
    To test:
    1) Open a patron bucket.  Note that the bucket ID is not listed
    in the bucket information section at the top of this screen.
    2) Apply this commit.
    3) Open the same patron bucket.  Note that the bucket ID is
    listed in the bucket information section
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
index 877fcf6..157ad70 100644
--- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2
@@ -1,6 +1,6 @@
 
 <div ng-show="bucket()">
-  <strong>[% l('Bucket: {{bucket().name()}}') %]</strong> 
+  <strong>[% l('Bucket #{{bucket().id()}}: {{bucket().name()}}') %]</strong> 
   <span>
     <ng-pluralize count="bucketSvc.currentBucket.items().length"
       when="{'one': '[% l("1 item") %]', 'other': '[% l("{} items") %]'}">

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

Summary of changes:
 .../staff/circ/patron/bucket/t_bucket_info.tt2     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list