mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Merge branch 'release_22.01' into release_22.05
This commit is contained in:
@@ -261,7 +261,7 @@ window.bundleEntries.jqplot_box = function (options) {
|
||||
chart : options.chart,
|
||||
dataset_id : dataset.id,
|
||||
dataset_groups : dataset_groups,
|
||||
targets : options.targets,
|
||||
target : options.target,
|
||||
makeConfig : function( groups, plot_config ){
|
||||
var boundary = getDomains( groups, 'x' );
|
||||
$.extend( true, plot_config, {
|
||||
|
||||
@@ -207,9 +207,7 @@ class GalaxyASGIRequest(GalaxyAbstractRequest):
|
||||
|
||||
@property
|
||||
def host(self) -> str:
|
||||
client = self.__request.client
|
||||
assert client is not None
|
||||
return str(client.host)
|
||||
return self.__request.base_url.netloc
|
||||
|
||||
|
||||
class GalaxyASGIResponse(GalaxyAbstractResponse):
|
||||
|
||||
Reference in New Issue
Block a user