LP1862395 Repair nested i18n Angular attribute
authorBill Erickson <berickxx@gmail.com>
Fri, 7 Feb 2020 17:35:14 +0000 (12:35 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Sat, 8 Feb 2020 00:12:43 +0000 (16:12 -0800)
Nested i18n attributes prevent the string exporter from completing.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html

index b73a969..6740171 100644 (file)
@@ -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>