diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 8fd3001d99..36e51ad526 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -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 "