[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_4 updated. acea22baef0470dd3d613a4e83e716c10783ca0c

Evergreen Git git at git.evergreen-ils.org
Thu Jan 9 09:03:39 EST 2014


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_4 has been updated
       via  acea22baef0470dd3d613a4e83e716c10783ca0c (commit)
      from  ae81fc206039f3902d4ef1d7f05146b29e30c408 (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 acea22baef0470dd3d613a4e83e716c10783ca0c
Author: Srey Seng <sseng at catalystitservices.com>
Date:   Tue Jan 7 14:30:49 2014 -0800

    LP#1266937: Fix missing/incorrect regex for authority in Vandelay.pm
    
    Add in missing "~" in function import_record_list_impl when
    type is authority records. Also replace "auth" with "authority"
    so that the generated values match up with functions in the
    database.
    
    Signed-off-by: Srey Seng <sreyseng at gmail.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
index 194a1e0..6e9c5a9 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
@@ -907,8 +907,8 @@ sub import_record_list_impl {
     $bib_sources{$_->id} = $_->source for @$sources;
 
     if($type eq 'auth') {
-        $overlay_func =~ s/bib/auth/o;
-        $auto_overlay_func = s/bib/auth/o;
+        $overlay_func =~ s/bib/authority/o; 
+        $auto_overlay_func =~ s/bib/authority/o; 
         $retrieve_func =~ s/bib/authority/o;
         $retrieve_queue_func =~ s/bib/authority/o;
         $update_queue_func =~ s/bib/authority/o;

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

Summary of changes:
 .../perlmods/lib/OpenILS/Application/Vandelay.pm   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list