* 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
@@ -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;
});