[open-ils-commits] [GIT] Evergreen ILS branch master updated. 041f768ae634fead7b4ed341c99cfe0b36224bdc

Evergreen Git git at git.evergreen-ils.org
Mon Feb 17 15:28:50 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  041f768ae634fead7b4ed341c99cfe0b36224bdc (commit)
      from  851572686b9d3c827bca282449d66299cc929e2e (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 041f768ae634fead7b4ed341c99cfe0b36224bdc
Author: Bill Erickson <berickxx at gmail.com>
Date:   Fri Feb 7 12:35:14 2020 -0500

    LP1862395 Repair nested i18n Angular attribute
    
    Nested i18n attributes prevent the string exporter from completing.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html
index b73a969114..6740171a14 100644
--- a/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html
@@ -66,7 +66,7 @@
 
 <ng-template #bucketTemplate
     let-field="field" let-record="record">
-  <span *ngIf="record[field.name]()" i18n>
+  <span *ngIf="record[field.name]()">
     <a href="/eg/staff/cat/bucket/record/view/{{record[field.name]()}}" target="_blank" i18n>Link to bucket</a>
     <span *ngIf="record['type']() !== 1" i18n style="font-style: italic"> (Note: changes to bucket contents may be overwritten by the next carousel update.)</span>
   </span>

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

Summary of changes:
 .../src/eg2/src/app/staff/admin/local/admin-carousel.component.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list