* finish task #75904
This commit is contained in:
@@ -2244,7 +2244,8 @@ class story extends control
|
||||
$this->view->story = $story;
|
||||
$this->view->storyType = $storyType;
|
||||
$this->view->actions = $this->action->getList('story', $storyID);
|
||||
$this->view->users = ($this->config->vision == 'lite' || !empty($product->shadow)) ? $this->loadModel('user')->getTeamMemberPairs($this->session->project) : $this->loadModel('user')->getPairs('nodeleted|noclosed|pofirst|noletter');
|
||||
$this->view->users = $this->config->vision == 'lite' ? $this->loadModel('user')->getTeamMemberPairs($this->session->project) : $this->loadModel('user')->getPairs('nodeleted|noclosed|pofirst|noletter');
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user