Skip to content

Commit

Permalink
Remove showCaseRunsWithSelectedStatus
Browse files Browse the repository at this point in the history
because it is no longer used.
Refs #431
  • Loading branch information
asankov authored and atodorov committed Feb 18, 2020
1 parent ac5ac89 commit f4fb173
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tcms/static/js/testrun_actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,6 @@ function serializeCaseRunFromInputList(table, name) {
return returnobj_list;
}

function showCaseRunsWithSelectedStatus(form, status_id) {
form.status__pk.value = status_id;
fireEvent(jQ(form).find('input[type="submit"]')[0], 'click');
}

function showCommentForm() {
var dialog = getDialog();
var runs = serializeCaseRunFromInputList(jQ('#id_table_cases')[0]);
Expand Down

0 comments on commit f4fb173

Please sign in to comment.