* Code for bug 19255.

This commit is contained in:
zhangzilong
2022-02-09 15:03:33 +08:00
parent 3c8b864a94
commit a4e02734f6
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
</div>
<div class='table-col'>
<div class='input-group' id='executionIdBox'>
<span class='input-group-addon fix-border'><?php echo (isset($project->model) and $project->model == 'kanban') ? $lang->bug->kanban : $lang->bug->execution;?></span>
<span class='input-group-addon fix-border' id='executionBox'><?php echo (isset($project->model) and $project->model == 'kanban') ? $lang->bug->kanban : $lang->bug->execution;?></span>
<?php echo html::select('execution', $executions, $executionID, "class='form-control chosen' onchange='loadExecutionRelated(this.value)'");?>
</div>
</div>