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

Evergreen Git git at git.evergreen-ils.org
Mon Jul 15 16:44:55 EDT 2019


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  bd51ae1f99c30fb188877d2ae187276f71af6f8f (commit)
      from  c20fa9d5c4b8f7dcf4cd7312c5ebcdf04c1a44e2 (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 bd51ae1f99c30fb188877d2ae187276f71af6f8f
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Tue Jul 9 21:33:41 2019 -0700

    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 at linnbenton.edu>
    Signed-off-by: Bill Erickson <berickxx at 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}"

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

Summary of changes:
 Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list