* finish task #3117.
This commit is contained in:
@@ -221,7 +221,7 @@ class tree extends control
|
||||
$this->view->module = $module;
|
||||
$this->view->type = $type;
|
||||
$this->view->branch = $branch;
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noclosed|nodeleted', $module->owner);
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noclosed', $module->owner);
|
||||
|
||||
$showProduct = strpos('story|bug|case', $type) !== false ? true : false;
|
||||
$this->view->showProduct = $showProduct;
|
||||
|
||||
Reference in New Issue
Block a user