This commit is contained in:
holan20180123
2020-10-29 11:24:18 +08:00
parent 1e8076ad75
commit 35e793260e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -422,6 +422,7 @@ class bug extends control
$builds = $this->loadModel('build')->getProductBuildPairs($productID, $branch, 'noempty,noterminate,nodone');
$stories = $this->story->getProductStoryPairs($productID, $branch);
}
$builds[''] = '';
$moduleOwner = $this->bug->getModuleOwner($moduleID, $productID);