[open-ils-commits] [GIT] Evergreen ILS branch master updated. 663103c674f2aa8d8aea2ef229b7365768800a35
Evergreen Git
git at git.evergreen-ils.org
Mon Mar 14 14:21:13 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, master has been updated
via 663103c674f2aa8d8aea2ef229b7365768800a35 (commit)
from 7e3650dfa5354b7f7e48462f6191481f95d0abf5 (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 663103c674f2aa8d8aea2ef229b7365768800a35
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