This commit is contained in:
wangyidong
2015-07-29 14:04:21 +08:00
parent de63b68c0d
commit 5ab2b007ba
+1 -1
View File
@@ -214,7 +214,7 @@ class bug extends control
*/
public function create($productID, $extras = '')
{
$this->view->users = $this->user->getPairs('nodeleted,devfirst');
$this->view->users = $this->user->getPairs('nodeleted|devfirst|noclosed');
if(empty($this->products)) $this->locate($this->createLink('product', 'create'));
$this->app->loadLang('release');