* Finish task #91011.

This commit is contained in:
liumengyi
2023-04-11 15:30:05 +08:00
parent 9fadd45264
commit 2397c644f5
16 changed files with 50 additions and 106 deletions

View File

@@ -397,7 +397,7 @@ class build extends control
return $this->send($response);
}
$link = $this->app->tab == 'project' ? $this->createLink('project', 'build', "projectID=$build->project") : $this->createLink('execution', 'build', "executionID=$build->execution");
$link = $this->app->tab == 'project' ? $this->createLink('projectbuild', 'browse', "projectID=$build->project") : $this->createLink('execution', 'build', "executionID=$build->execution");
if(defined('RUN_MODE') && RUN_MODE == 'api') return $this->send(array('status' => 'success'));
return print(js::locate($link, 'parent'));
}