[open-ils-commits] [GIT] Evergreen ILS branch master updated. 33300d723d950ebc4ea15e0fa2731e7c929b756a
Evergreen Git
git at git.evergreen-ils.org
Fri May 25 14:18:51 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, master has been updated
via 33300d723d950ebc4ea15e0fa2731e7c929b756a (commit)
via 4c0944ee4fc31ea6fa714c94442400a3fa352d38 (commit)
from 0d1ce870eefef4c9d049d81d89d719051f6f1347 (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 33300d723d950ebc4ea15e0fa2731e7c929b756a
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 4c0944ee4fc31ea6fa714c94442400a3fa352d38
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