[open-ils-commits] r11230 - trunk/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 16 14:50:57 EST 2008


Author: phasefx
Date: 2008-11-16 14:50:53 -0500 (Sun, 16 Nov 2008)
New Revision: 11230

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js
Log:
This appears to work whether OpenILS::WWW::Proxy is being used for /exporter or not

Modified: trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js	2008-11-16 18:48:23 UTC (rev 11229)
+++ trunk/Open-ILS/xul/staff_client/server/cat/record_buckets.js	2008-11-16 19:50:53 UTC (rev 11230)
@@ -66,7 +66,7 @@
 		var persist = Components.classes["@mozilla.org/embedding/browser/nsWebBrowserPersist;1"]
 			.createInstance(Components.interfaces.nsIWebBrowserPersist);
 
-		var proto_uri = 'http://' + window.location.hostname + '/exporter?format=' + output_type;
+		var proto_uri = 'https://' + window.location.hostname + '/exporter?format=' + output_type + '&ses=' + ses();
 
 		dump('Record Export URI is ' + proto_uri + '&id=' + record_ids.join('&id=') + '\n');
 



More information about the open-ils-commits mailing list