Merge branch 'sprint/hufangzhou_bug_31444' into 'master'
* Fix bug #31444. See merge request easycorp/zentaopms!6687
This commit is contained in:
@@ -486,7 +486,7 @@
|
||||
}
|
||||
foreach($story->executions as $executionID => $execution)
|
||||
{
|
||||
if(isset($story->tasks[$executionID])) continue;
|
||||
if(!isset($executions[$executionID]) or isset($story->tasks[$executionID])) continue;
|
||||
$execName = ($execution->type == 'kanban' and isonlybody()) ? $executions[$executionID] : html::a($this->createLink('execution', 'view', "executionID=$executionID"), $executions[$executionID], '', "class='text-muted'");
|
||||
echo "<li title='$execution->name'>" . $execName . '</li>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user