This commit is contained in:
tianshujie98
2020-12-03 09:33:54 +08:00
parent cace16df72
commit 22370a74ec
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -484,6 +484,7 @@ class bug extends control
$this->view->branches = $branches;
$this->view->color = $color;
$this->view->stepsRequired = strpos($this->config->bug->create->requiredFields, 'steps');
$this->view->isStepsTemplate = $steps == $this->lang->bug->tplStep . $this->lang->bug->tplResult . $this->lang->bug->tplExpect ? true : false;
$this->display();
}