Merge branch 'sprint/zentaopms262_mayue_bug#29681' into 'master'
* Fix bug #29681. See merge request easycorp/zentaopms!6276
This commit is contained in:
@@ -469,7 +469,7 @@
|
||||
foreach($story->executions as $executionID => $execution)
|
||||
{
|
||||
if(isset($story->tasks[$executionID])) continue;
|
||||
$execName = ($execution->type == 'kanban' and isonlybody()) ? $execution->name : html::a($this->createLink('execution', 'view', "executionID=$executionID"), $execution->name, '', "class='text-muted'");
|
||||
$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