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

Evergreen Git git at git.evergreen-ils.org
Tue Sep 11 13:13:20 EDT 2018


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  1d38620f4f01444d1bf9b9485f38a9bf3f9589d1 (commit)
      from  f58e975bb6ddeacef05ee84b6ba58323f98f8ca4 (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 1d38620f4f01444d1bf9b9485f38a9bf3f9589d1
Author: Dan Scott <dscott at laurentian.ca>
Date:   Sun Jun 3 14:34:04 2018 -0400

    LP#1774886 Distinguish Phys Char Wizard with an edit icon
    
    As both authority fields and the Physical Characteristics Wizard for 007 use
    the same glyphicons-link class, it's not obvious to new users of the MARC
    editor that the icons result in radically different actions.
    
    Change the 007 icon to glyphicons-edit to reflect that it opens an editor
    interface.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js b/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
index 96a15dd..a3cca7a 100644
--- a/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
+++ b/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
@@ -575,7 +575,7 @@ angular.module('egMarcMod', ['egCoreMod', 'ui.bootstrap'])
                       'ng-show="showPhysCharLink()"'+
                       'ng-click="spawnPhysCharWizard()"'+
                       '>'+
-                      '<span class="glyphicon glyphicon-link"></span>'+
+                      '<span class="glyphicon glyphicon-edit"></span>'+
                       '</button>'+
                   '</div>',
         scope: { field: "=", onKeydown: '=', contextFunctions: '=' },

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

Summary of changes:
 .../js/ui/default/staff/cat/services/marcedit.js   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list