# HG changeset patch # User Andre Heinecke # Date 1365084422 -7200 # Node ID ccda0a49a97f199b04e7ef76a1fb5365360e6758 # Parent bf016afe92f51d38c49aece64df1ad25b6176fb9 Order Fixations by their description diff -r bf016afe92f5 -r ccda0a49a97f flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Thu Apr 04 15:29:18 2013 +0200 +++ b/flys-artifacts/doc/conf/meta-data.xml Thu Apr 04 16:07:02 2013 +0200 @@ -214,6 +214,7 @@ SELECT id AS prot_id, description AS prot_description FROM wsts WHERE kind = 2 AND river_id = ${river_id} + ORDER BY prot_description @@ -241,6 +242,7 @@ SELECT id AS prot_id, description AS prot_description FROM wsts WHERE kind = 2 AND river_id = ${river_id} + ORDER BY prot_description @@ -268,6 +270,7 @@ SELECT id AS prot_id, description AS prot_description FROM wsts WHERE kind = 2 AND river_id = ${river_id} + ORDER BY prot_description @@ -295,6 +298,7 @@ SELECT id AS prot_id, description AS prot_description FROM wsts WHERE kind = 2 AND river_id = ${river_id} + ORDER BY prot_description