[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 9a9b062a7ec1b4762838850935af59d581d75d41
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 19 15:12:40 EDT 2015
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_7 has been updated
via 9a9b062a7ec1b4762838850935af59d581d75d41 (commit)
from 813541a513bd8d8ecc2594350d28e1e1acaa06dc (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 9a9b062a7ec1b4762838850935af59d581d75d41
Author: Bill Erickson <berickxx at gmail.com>
Date: Wed May 20 12:24:13 2015 -0400
LP#1457111 eg-pbx-allocator uses modern rpc api name
Replace "-" with "__" in XML-RPC method name for compatibility with
modern Perl XML-RPC libraries.
See also https://bugs.launchpad.net/bugs/1050596
Signed-off-by: Bill Erickson <berickxx at gmail.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl b/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl
index 00f995a..2db674f 100755
--- a/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl
+++ b/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl
@@ -136,7 +136,7 @@ sub still_valid {
print STDERR (Dumper($event_ids), "\n") if $self->{config}->{t};
my $valid_list = $self->{client}->simple_request(
- "open-ils.justintime.events.revalidate", $event_ids
+ "open__ils.justintime.events.revalidate", $event_ids
);
# NOTE: we require all events to be valid
-----------------------------------------------------------------------
Summary of changes:
.../src/asterisk/pbx-daemon/eg-pbx-allocator.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list