2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

Order test results by decreasing date for build order

- This means that "newer" results will be found first
- Thus a newer "true" will beat an older "false"
This commit is contained in:
Oliver 2022-05-10 11:54:51 +10:00
parent 188c55e17f
commit 5af4629163

View File

@ -1056,6 +1056,7 @@ function loadBuildOutputTable(build_info, options={}) {
'{% url "api-stock-test-result-list" %}', '{% url "api-stock-test-result-list" %}',
{ {
build: build_info.pk, build: build_info.pk,
ordering: '-date',
}, },
{ {
success: function(results) { success: function(results) {