From: Jane Sandberg <sandbej@linnbenton.edu> Date: Wed, 10 Jul 2019 04:33:41 +0000 (-0700) Subject: LP1835990: remove i18n inside i18n element X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bd51ae1f99c30fb188877d2ae187276f71af6f8f;p=contrib%2FConifer.git LP1835990: remove i18n inside i18n element Angular doesn't allow an i18n element within another i18n element. This commit allows xi18n to run successfully again. Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> Signed-off-by: Bill Erickson <berickxx@gmail.com> --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html index 428fe4475b..709dff2a1f 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html @@ -16,7 +16,7 @@ </ng-template> <ng-template #holdableTemplate let-copy="row" let-context="userContext"> - <span *ngIf="context.holdable(copy)" i18n> + <span *ngIf="context.holdable(copy)"> <div class="border-bottom"> <a routerLink="/staff/catalog/hold/C" [queryParams]="{target: copy.id}"