* Code update for task * 43401,#43507,#43398.

This commit is contained in:
dingna
2021-10-29 09:23:53 +08:00
parent 04b34ce724
commit 0b13f86812
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1879,7 +1879,7 @@ class execution extends control
$this->view->kanbanGroup = $kanbanGroup;
$this->view->execution = $execution;
$this->view->type = $type;
$this->view->group = $group;
$this->view->groupBy = $groupBy;
$this->view->canBeChanged = $canBeChanged;
$this->display();
+1 -1
View File
@@ -745,6 +745,6 @@ $('.c-group').change(function()
var type = $('#type').val();
var group = $('#group').val();
link = createLink('execution', 'kanban', 'executionID=' + executionID + '&type=' + type + '&orderBy=order_asc' + '&group=' + group);
link = createLink('execution', 'kanban', 'executionID=' + executionID + '&type=' + type + '&orderBy=order_asc' + '&groupBy=' + group);
location.href = link;
});
+1 -1
View File
@@ -18,7 +18,7 @@
<?php echo html::select('type', $lang->kanban->type, $type, 'class="form-control chosen" data-max_drop_width="215"');?>
</div>
<div class="input-control space c-group">
<?php echo html::select('group', $lang->kanban->group->$type, $group, 'class="form-control chosen" data-max_drop_width="215"');?>
<?php echo html::select('group', $lang->kanban->group->$type, $groupBy, 'class="form-control chosen" data-max_drop_width="215"');?>
</div>
</div>
<div class='btn-toolbar pull-right'>