* Finish task #8061.

This commit is contained in:
tianshujie98
2020-10-10 09:06:42 +08:00
parent cbd2748dcf
commit b6674ed079
8 changed files with 59 additions and 32 deletions
+1
View File
@@ -482,6 +482,7 @@ class bug extends control
$this->view->branch = $branch;
$this->view->branches = $branches;
$this->view->color = $color;
$this->view->stepsRequired = strpos($this->config->bug->create->requiredFields, 'steps');
$this->display();
}