mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +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:
		@@ -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) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user