Commit 40e5516c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(listing): Fix base handling to fix server copy/paste

The listing of serverService was conflicting with the one from
 simpleManagement, creating a bug when copy/pasting.

issue #5739
Showing with 1 addition and 1 deletion
+1 -1
......@@ -650,8 +650,8 @@ class listing
$this->base = $base;
if ($this->baseMode) {
$this->baseSelector->setBase($this->base);
session::global_set('CurrentMainBase', $this->base);
}
session::global_set('CurrentMainBase', $this->base);
}
function tryAndSetBase($base)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment