[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 97a3d3062ddaac0588911708752d5250a02a90a1

Evergreen Git git at git.evergreen-ils.org
Tue Sep 11 13:13:21 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, rel_3_1 has been updated
       via  97a3d3062ddaac0588911708752d5250a02a90a1 (commit)
      from  4050054fd181b0b1a8d5af7bce36284832aaaec4 (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 97a3d3062ddaac0588911708752d5250a02a90a1
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