From a48c8025760cb38c2a444ebeea1cf398adcd38b1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 28 Apr 2022 16:54:29 +1000 Subject: [PATCH] Sort by test status --- InvenTree/templates/js/translated/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index 6a4e7ac429..111cb51b15 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -1050,7 +1050,7 @@ function loadBuildOutputTable(build_info, options={}) { { field: 'tests', title: '{% trans "Tests" %}', - sortable: false, + sortable: true, switchable: true, formatter: function(value, row) { if (part_tests == null || part_tests.length == 0) {