From: Thomas Berezansky <tsbere@mvlc.org> Date: Tue, 4 Sep 2012 17:23:37 +0000 (-0400) Subject: Fix Merge All Records in Bucket action X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3480ea1fb4685849bbf70f9c8a627ea61e62838d;p=evergreen%2Fmasslnc.git 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@mvlc.org> Signed-off-by: Ben Shum <bshum@biblio.org> Signed-off-by: Bill Erickson <berick@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 edea1b7fde..1f40446fa5 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,