* Add load all user to create bug page.

This commit is contained in:
wangyuting
2024-01-18 16:38:55 +08:00
parent aa26d58841
commit d1d444236c
5 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ class bug extends control
/* 获取分支、版本、需求、项目、执行、产品、项目的模式,构造$this->view。*/
/* Get branches, builds, stories, project, projects, executions, products, project model and build create form. */
$this->bugZen->buildCreateForm($bug, $params, $from);
$this->view->loadUrl = $this->createLink('bug', 'create', "productID={product}&branch={branch}&extras=moduleID={module},projectID={project},executionID={execution},regionID={region},allBuilds={allBuilds}" . (empty($from) ? '' : "&from=$from"));
$this->view->loadUrl = $this->createLink('bug', 'create', "productID={product}&branch={branch}&extras=moduleID={module},projectID={project},executionID={execution},regionID={region},allBuilds={allBuilds},allUsers={allUsers}" . (empty($from) ? '' : "&from=$from"));
$this->display();
}