* Fix menu.

This commit is contained in:
zhujinyong
2021-03-17 14:21:10 +08:00
parent cbd3bde278
commit eef613fe6f
2 changed files with 12 additions and 7 deletions
+2
View File
@@ -81,6 +81,8 @@ class release extends control
foreach($releaseBuilds as $build) unset($builds[$build]);
unset($builds['trunk']);
commonModel::setAppObjectID('product', $productID);
$this->commonAction($productID, $branch);
$this->view->title = $this->view->product->name . $this->lang->colon . $this->lang->release->create;
$this->view->position[] = $this->lang->release->create;