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

Evergreen Git git at git.evergreen-ils.org
Wed Jan 22 10:41:47 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  e47ac8e9ff6c046d7f677a6678f0e23c08942142 (commit)
      from  7e57c0bab70b7ae56b3a60a9ecd04a375d60de55 (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 e47ac8e9ff6c046d7f677a6678f0e23c08942142
Author: Bill Erickson <berickxx at gmail.com>
Date:   Wed Aug 21 17:18:09 2019 -0400

    LP1840982 Replace troublesome catalog icons
    
    Replace 'arrow_right' icon with 'keyboard_arrow_right' (ditto left) in
    the Angular catalog holdings maintenance grid.  This resolves an issue
    where the 'arrow_right' icon presents with excess padding, causing the
    barcode / call number values to appear to be empty in the
    'Location/Barcode' column of the holdings grid.
    
    See also LP1830912 for icon padding issues.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html
index bb1606cf79..bed7a4e149 100644
--- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html
@@ -25,10 +25,10 @@
               invisible when they are not needed. -->
         <span *ngIf="row.treeNode.expanded"
           [ngClass]="{invisible: row.copy || row.treeNode.children.length == 0}"
-          class="material-icons p-0 m-0">arrow_drop_down</span>
+          class="material-icons p-0 m-0">keyboard_arrow_down</span>
         <span *ngIf="!row.treeNode.expanded"
           [ngClass]="{invisible: row.copy || row.treeNode.children.length == 0}"
-          class="material-icons p-0 m-0">arrow_right</span>
+          class="material-icons p-0 m-0">keyboard_arrow_right</span>
         <span>{{row.locationLabel}}</span>
       </a>
     </span>

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

Summary of changes:
 Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list