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

Evergreen Git git at git.evergreen-ils.org
Wed Jul 31 11:13:10 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  a34245c7b12d95a8a9632f6e64a88493d02805e7 (commit)
       via  991cd9f1e582aafa9339059cb6fd56d1e47c9121 (commit)
      from  91be2d61b99f52fd4186f7d7ab606b994b49c6db (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 a34245c7b12d95a8a9632f6e64a88493d02805e7
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Jul 31 11:11:16 2019 -0400

    LP#1778414: (follow-up) update Angular client menu as well
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html
index 63b2106c77..12fa1abc4c 100644
--- a/Open-ILS/src/eg2/src/app/staff/nav.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html
@@ -142,6 +142,14 @@
             <span class="material-icons">search</span>
             <span i18n>Staff Catalog (Experimental)</span>
           </a>
+          <a class="dropdown-item" href="/eg/staff/cat/item/search"
+            egAccessKey keyCtx="navbar"
+            keySpec="f5" i18n-keySpec
+            keyDesc="Navigate To Item Status" i18n-keyDesc>
+            <span class="material-icons">question_answer</span>
+            <span i18n>Item Status</span>
+          </a>
+          <div class="dropdown-divider"></div>
           <a href="/eg/staff/cat/bucket/record/view" class="dropdown-item">
             <span class="material-icons">list_alt</span>
             <span i18n>Record Buckets</span>

commit 991cd9f1e582aafa9339059cb6fd56d1e47c9121
Author: Garry Collum <gcollum at gmail.com>
Date:   Wed Jun 27 16:08:34 2018 -0400

    LP#1778414 Add Item Status to the Catalog menu
    
    This patch adds Item Status as an option in the Catalog menu.
    
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Meg Stroup <mstroup at statelibrary.sc.gov>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2
index f0ee94d9db..0c325c759f 100644
--- a/Open-ILS/src/templates/staff/navbar.tt2
+++ b/Open-ILS/src/templates/staff/navbar.tt2
@@ -261,6 +261,13 @@
             </a>
           </li>
           <li>
+            <a href="./cat/item/search" target="_self">
+              <span class="glyphicon glyphicon-saved"></span>
+              <span>[% l('Item Status') %]</span>
+            </a>
+          </li>
+          <li class="divider"></li>
+          <li>
             <a href="./cat/bucket/record/view" target="_self">
               <span class="glyphicon glyphicon-list-alt"></span>
               [% l('Record Buckets') %]

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

Summary of changes:
 Open-ILS/src/eg2/src/app/staff/nav.component.html | 8 ++++++++
 Open-ILS/src/templates/staff/navbar.tt2           | 7 +++++++
 2 files changed, 15 insertions(+)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list