This commit is contained in:
zhaoke
2023-09-05 17:56:37 +08:00
parent 620a2689f8
commit 74f5d961e7
11 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -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);
}