Skip to content

Commit

Permalink
Use ordinary link instead of handler
Browse files Browse the repository at this point in the history
for TOTAL in TestExecutionStatus Progress Bar
  • Loading branch information
asankov authored and atodorov committed Feb 18, 2020
1 parent 1d4a0e2 commit ac5ac89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tcms/static/js/testrun_actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ Nitrate.TestRuns.Details.on_load = function() {
var params = jQ(this).data('params');
removeRunCC(params[0], params[1], jQ('.js-cc-ul')[0]);
});
jQ('.js-caserun-total').bind('click', function() {
showCaseRunsWithSelectedStatus(jQ('#id_filter')[0], '');
});
};

Nitrate.TestRuns.AssignCase.on_load = function() {
Expand Down
2 changes: 1 addition & 1 deletion tcms/templates/run/status_statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ul class="count-per-status-container">
<li>
<label>{% trans "TOTAL" %}</label>
[<a href="#" class="js-caserun-total"></a>]
[<a href="?" class="js-caserun-total"></a>]
</li>
</ul>
<div class="clear"></div>
Expand Down

0 comments on commit ac5ac89

Please sign in to comment.