* Fix bug #48293.
This commit is contained in:
+1
-1
@@ -1061,7 +1061,7 @@ class bugZen extends bug
|
||||
$bug = $this->getBuildsForCreate($bug);
|
||||
$bug = $this->getStoriesForCreate($bug);
|
||||
$bug = $this->gettasksForCreate($bug);
|
||||
if($this->config->edition == 'max') $this->view->injectionList = $this->view->identifyList = $this->loadModel('review')->getPairs($bug->projectID, $bug->productID, true);
|
||||
if(in_array($this->config->edition, array('max', 'ipd'))) $this->view->injectionList = $this->view->identifyList = $this->loadModel('review')->getPairs($bug->projectID, $bug->productID, true);
|
||||
|
||||
$this->view->title = isset($this->products[$bug->productID]) ? $this->products[$bug->productID] . $this->lang->colon . $this->lang->bug->create : $this->lang->bug->create;
|
||||
$this->view->productMembers = $this->getProductMembersForCreate($bug);
|
||||
|
||||
Reference in New Issue
Block a user