[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. e82b6edf0d640e36804d5b25f090dff3f1050bd5

Evergreen Git git at git.evergreen-ils.org
Tue Nov 20 12:59:25 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, rel_3_2 has been updated
       via  e82b6edf0d640e36804d5b25f090dff3f1050bd5 (commit)
       via  8be497fa12f4c9da489b83039d522e540f66af4c (commit)
      from  964295edc98019e688ef8033f4ed85a75b848cb1 (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 e82b6edf0d640e36804d5b25f090dff3f1050bd5
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 8be497fa12f4c9da489b83039d522e540f66af4c
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