* finish task #2194.
This commit is contained in:
@@ -125,8 +125,7 @@ class release extends control
|
||||
$this->view->build = $build;
|
||||
$this->view->stories = $stories;
|
||||
$this->view->bugs = $bugs;
|
||||
$this->view->builds = $this->loadModel('build')->getProductBuildPairs($release->product);
|
||||
unset($this->view->builds['trunk']);
|
||||
$this->view->builds = $this->loadModel('build')->getProductBuildPairs($release->product, 'notrunk');
|
||||
$this->display();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user