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:
parent
188c55e17f
commit
5af4629163
|
|
@ -1056,6 +1056,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
|||
'{% url "api-stock-test-result-list" %}',
|
||||
{
|
||||
build: build_info.pk,
|
||||
ordering: '-date',
|
||||
},
|
||||
{
|
||||
success: function(results) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue