From ad886561bb09256c72a6d9ea62ed7e02c90f8f73 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Tue, 4 Sep 2012 13:23:37 -0400 Subject: [PATCH] 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 Signed-off-by: Ben Shum Signed-off-by: Bill Erickson --- .../xul/staff_client/server/cat/record_buckets.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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, -- 1.7.2.5