From 103317872893bddda419b3a94a639a69d0688443 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 27 Apr 2012 11:23:38 +0200 Subject: [PATCH] Ensure build products are in sorted order --- src/root/product-list.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/product-list.tt b/src/root/product-list.tt index c9ddbe1f..5017f03d 100644 --- a/src/root/product-list.tt +++ b/src/root/product-list.tt @@ -8,7 +8,7 @@ - [% 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 : "")