[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. ad886561bb09256c72a6d9ea62ed7e02c90f8f73

Evergreen Git git at git.evergreen-ils.org
Tue Sep 4 13:57:18 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, rel_2_3 has been updated
       via  ad886561bb09256c72a6d9ea62ed7e02c90f8f73 (commit)
      from  0a89f1ef40f15ecffbab0d36a69d7477ecad618b (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 ad886561bb09256c72a6d9ea62ed7e02c90f8f73
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