Ensure build products are in sorted order
This commit is contained in:
parent
29b40e6418
commit
1033178728
|
@ -8,7 +8,7 @@
|
|||
|
||||
<table class="productList layoutTable">
|
||||
|
||||
[% FOREACH product IN build.buildproducts -%]
|
||||
[% FOREACH product IN build.buildproducts.nsort('productnr') -%]
|
||||
|
||||
[% uri = "${c.uri_for('/build' build.id 'download' product.productnr)}"
|
||||
_ (product.name ? "/" _ product.name : "")
|
||||
|
|
Loading…
Reference in a new issue