* Fix bug 15828

This commit is contained in:
songchenxuan
2021-11-16 17:30:56 +08:00
parent 626ff953ca
commit fe5c7a762e
+1 -4
View File
@@ -1572,14 +1572,11 @@ class project extends control
/* Delete the execution under the project. */
$executionIdList = $this->loadModel('execution')->getByProject($projectID);
$url = $this->createLink('project', 'browse');
if($this->app->tab == 'program')
{
$url = $this->createLink('program', 'browse');
}
else if($this->app->tab == 'project')
{
$url = $this->createLink('project', 'browse');
}
if(empty($executionIdList))
{