[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 1b2b3aae08a9ef2a5ab752b157ca2d72dc848632

Evergreen Git git at git.evergreen-ils.org
Mon Mar 14 14:21:29 EDT 2016


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_2_10 has been updated
       via  1b2b3aae08a9ef2a5ab752b157ca2d72dc848632 (commit)
      from  396928acdfbca3ea4dd786bc501174d2dc191611 (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 1b2b3aae08a9ef2a5ab752b157ca2d72dc848632
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date:   Fri Mar 11 17:17:20 2016 -0800

    LP#1556339: Register correct method for open-ils.actor.history.hold.visible*
    
    This fixes a thinko introduced by the patch for
    bug 1527342.
    
    To test:
    
    [1] Log into srfsh as a user that has one or more active
        or historical hold requests, then run
    
        srfsh# request open-ils.actor open-ils.actor.history.hold.visible "$SESSION"
    
    [2] Verify that data about hold requests is returned.
    
    Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
index 07e5d6d..56205f2 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
@@ -4340,7 +4340,7 @@ sub user_circ_history {
 
 
 __PACKAGE__->register_method(
-    method    => "user_visible_circs",
+    method    => "user_visible_holds",
     api_name  => "open-ils.actor.history.hold.visible",
     stream => 1,
     signature => {
@@ -4358,7 +4358,7 @@ __PACKAGE__->register_method(
 );
 
 __PACKAGE__->register_method(
-    method    => "user_visible_circs",
+    method    => "user_visible_holds",
     api_name  => "open-ils.actor.history.hold.visible.print",
     stream => 1,
     signature => {
@@ -4376,7 +4376,7 @@ __PACKAGE__->register_method(
 );
 
 __PACKAGE__->register_method(
-    method    => "user_visible_circs",
+    method    => "user_visible_holds",
     api_name  => "open-ils.actor.history.hold.visible.email",
     stream => 1,
     signature => {

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

Summary of changes:
 .../src/perlmods/lib/OpenILS/Application/Actor.pm  |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list