Fix button callback logic (#4502)

This commit is contained in:
Oliver 2023-03-17 09:50:02 +11:00 committed by GitHub
parent bb4b1bf9cc
commit c3b2bb0380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,11 +259,9 @@
$("#test-result-table").bootstrapTable("refresh");
}
{% if item.has_test_reports %}
$("#test-report").click(function() {
printTestReports([{{ item.pk }}]);
});
{% endif %}
{% if user.is_staff %}
$("#delete-test-results").click(function() {