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" %}',
{
build: build_info.pk,
ordering: '-date',
},
{
success: function(results) {