* Fix bug 15828
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user