[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. 1cbca8a5f06fe3f6cc6e6e0656ba46b65eba6984

Evergreen Git git at git.evergreen-ils.org
Mon Jul 15 16:44:43 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, rel_3_3 has been updated
       via  1cbca8a5f06fe3f6cc6e6e0656ba46b65eba6984 (commit)
      from  de6415beea38086e690d5eca21aea72245d709b4 (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 1cbca8a5f06fe3f6cc6e6e0656ba46b65eba6984
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