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

Evergreen Git git at git.evergreen-ils.org
Tue Nov 20 12:58:38 EST 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  025c51b42bcbb4fdd327358e1cd0a7e482993c30 (commit)
       via  72deb7cb6502046de8da11109b974e99846470b1 (commit)
      from  5ebb67d85394b4e14291c394ab0e4aacb1ded619 (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 025c51b42bcbb4fdd327358e1cd0a7e482993c30
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Tue Nov 20 12:57:47 2018 -0500

    Release notes entry for LP#1793154
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/docs/RELEASE_NOTES_3_2.adoc b/docs/RELEASE_NOTES_3_2.adoc
index 50985bf..bbd75c8 100644
--- a/docs/RELEASE_NOTES_3_2.adoc
+++ b/docs/RELEASE_NOTES_3_2.adoc
@@ -43,6 +43,8 @@ library setting.
 * Fixes an issue with the offline circulation module.
 * When merging two users, the non-lead account is now completely purged from
 the database, rather than simply being marked as deleted.
+* Fixes a bug which prevented the canceling of holds from the title
+record.
 
 Public catalog
 ^^^^^^^^^^^^^^

commit 72deb7cb6502046de8da11109b974e99846470b1
Author: Jason Boyer <jboyer at library.in.gov>
Date:   Tue Nov 20 11:54:50 2018 -0500

    LP1793154: Cancel Holds from OPAC Record
    
    The name of the grid handler was misspelled
    in the holds grid for records in the opac.
    Swapping the location of the 'wide' part of
    the function name will allow it to match up
    with the functions available in the holds
    grid module.
    
    Signed-off-by: Jason Boyer <jboyer at library.in.gov>
    Signed-off-by: Michele Morgan <mmorgan at noblenet.org>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
index 263e2ae..cc7d4e6 100644
--- a/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
+++ b/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
@@ -53,7 +53,7 @@
       label="[% l('Mark Item Missing') %]"></eg-grid-action>
     <eg-grid-action handler="grid_actions.retarget_wide" group="[% l('Hold') %]"
       label="[% l('Find Another Target') %]"></eg-grid-action>
-    <eg-grid-action handler="grid_actions.cancel_hold_wide" group="[% l('Hold') %]"
+    <eg-grid-action handler="grid_actions.cancel_wide_hold" group="[% l('Hold') %]"
       label="[% l('Cancel Hold') %]"></eg-grid-action>
 
     <eg-grid-field label="[% l('Hold ID') %]" path='hold.id'></eg-grid-field>

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

Summary of changes:
 .../src/templates/staff/cat/catalog/t_holds.tt2    |    2 +-
 docs/RELEASE_NOTES_3_2.adoc                        |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list