[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3480ea1fb4685849bbf70f9c8a627ea61e62838d

Evergreen Git git at git.evergreen-ils.org
Tue Sep 4 13:56:45 EDT 2012


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  3480ea1fb4685849bbf70f9c8a627ea61e62838d (commit)
      from  bbb46b04e43788b4fc523bea760371dce5fa4bad (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 3480ea1fb4685849bbf70f9c8a627ea61e62838d
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Tue Sep 4 13:23:37 2012 -0400

    Fix Merge All Records in Bucket action
    
    A xul file was not being prefixed with oils://remote
    
    Note: This is a quick fix. Ideally we move the url to constants.js.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/cat/record_buckets.js b/Open-ILS/xul/staff_client/server/cat/record_buckets.js
index edea1b7..1f40446 100644
--- a/Open-ILS/xul/staff_client/server/cat/record_buckets.js
+++ b/Open-ILS/xul/staff_client/server/cat/record_buckets.js
@@ -651,7 +651,7 @@ cat.record_buckets.prototype = {
                                 );
 
                                 xulG.new_tab(
-                                    '/xul/server/cat/bibs_abreast.xul',{
+                                    'oils://remote/xul/server/cat/bibs_abreast.xul',{
                                         'tab_name' : $("catStrings").getString('staff.cat.record_buckets.merge_records.fancy_prompt_title')
                                     },{
                                         'merge' : true,

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

Summary of changes:
 .../xul/staff_client/server/cat/record_buckets.js  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list