This commit is contained in:
hufangzhou
2024-04-24 11:20:10 +08:00
parent d475b63a74
commit d47e91c07e
+1 -1
View File
@@ -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);