mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Fix button callback logic (#4502)
This commit is contained in:
@ -259,11 +259,9 @@
|
|||||||
$("#test-result-table").bootstrapTable("refresh");
|
$("#test-result-table").bootstrapTable("refresh");
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if item.has_test_reports %}
|
|
||||||
$("#test-report").click(function() {
|
$("#test-report").click(function() {
|
||||||
printTestReports([{{ item.pk }}]);
|
printTestReports([{{ item.pk }}]);
|
||||||
});
|
});
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if user.is_staff %}
|
{% if user.is_staff %}
|
||||||
$("#delete-test-results").click(function() {
|
$("#delete-test-results").click(function() {
|
||||||
|
Reference in New Issue
Block a user