This commit is contained in:
lanzongjun
2022-12-09 15:38:54 +08:00
parent 980b2998ad
commit 9158f6f79f
4 changed files with 18 additions and 4 deletions
-1
View File
@@ -147,7 +147,6 @@ class projectrelease extends control
$builds = $this->build->getBuildPairs($this->view->product->id, 'all', 'notrunk|withbranch|hasproject', $projectID, 'project', '', false);
$releasedBuilds = $this->projectrelease->getReleasedBuilds($projectID);
foreach($releasedBuilds as $build) unset($builds[$build]);
$this->view->title = $this->view->project->name . $this->lang->colon . $this->lang->release->create;
$this->view->projectID = $projectID;
$this->view->builds = $builds;