* Fix bug #38259.
This commit is contained in:
@@ -264,7 +264,7 @@ class gitlab extends control
|
||||
$changes = common::createChanges($oldGitLab, $gitLab);
|
||||
$this->loadModel('action')->logHistory($actionID, $changes);
|
||||
|
||||
$response['load'] = true;
|
||||
$response['load'] = $this->createLink('space', 'browse');
|
||||
$response['result'] = 'success';
|
||||
return $this->send($response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user