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

Evergreen Git git at git.evergreen-ils.org
Mon Feb 17 15:28:44 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  dc3e88b227b3f1077c13e3f00da62148924d1f77 (commit)
      from  b99434d89e56398c83fbdf158874a186b2a1db77 (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 dc3e88b227b3f1077c13e3f00da62148924d1f77
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>

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