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:
parent
188c55e17f
commit
5af4629163
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user