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

Evergreen Git git at git.evergreen-ils.org
Thu May 23 17:38:40 EDT 2019


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  0878e85340d060296ecd42cf7568b9913953ee3e (commit)
      from  ca5d5fba3b0ee533f11ced8c501fdcd628a9f2f9 (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 0878e85340d060296ecd42cf7568b9913953ee3e
Author: Rogan Hamby <rhamby at esilibrary.com>
Date:   Fri Apr 19 11:25:19 2019 -0400

    LP#1440890: add vandelay_queue to the types of containers retrieved by batch edit
    
    To test
    -------
    [1] Perform a batch bibliographic record import, then add the import
        queue to a new bucket.
    [2] In the web staff client, go to Cataloging | Batch Edit.
    [3] Note that the bucket created in step 1 does _not_ appear in the
        bucket selector on the batch edit page.
    [4] In the web staff client, go to the record bucket and hit the
        Batch edit button.
    [5] Note that the bucket created in step 1 does _not_ appear in the
        bucket selector on the batch edit page.
    [6] Apply the patch and repeat steps 2-3. This time, the bucket
        should appear in the selector.
    [7] Repeat steps 4-5. This time, the bucket should appear in the selector
        (and be the active choice).
    
    Signed-off-by: Rogan Hamby <rhamby at esilibrary.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm
index 33d0f042f3..27a03e1107 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm
@@ -421,7 +421,7 @@ sub show_template {
                 { data : cbreb.toStoreData(
                         fieldmapper.standardRequest(
                             ['open-ils.actor','open-ils.actor.container.retrieve_by_class.authoritative'],
-                            [u.authtoken, u.user.id(), 'biblio', 'staff_client']
+                            [u.authtoken, u.user.id(), 'biblio', ['staff_client','vandelay_queue']]
                         )
                     )
                 }

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

Summary of changes:
 Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list