changeset 6069:dcbc06ca5d19

meta-data.xml: Make a select a bit more human-resolvable.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 23 May 2013 11:18:51 +0200
parents e6bdba4f227f
children cd8f77794a03
files artifacts/doc/conf/meta-data.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml	Thu May 23 06:07:09 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Thu May 23 11:18:51 2013 +0200
@@ -2630,10 +2630,10 @@
                  ma.state                   AS a_state,
                  ma.gid                     AS a_gid,
                  ma.creation                AS a_creation,
-                 COALESCE(ld_mode, '')      AS ld_m,
-                 COALESCE(ld_locations, '') AS ld_l,
-                 COALESCE(ld_from, '')      AS ld_f,
-                 COALESCE(ld_to, '')        AS ld_t
+                 COALESCE(ma.ld_mode, '')      AS ld_m,
+                 COALESCE(ma.ld_locations, '') AS ld_l,
+                 COALESCE(ma.ld_from, '')      AS ld_f,
+                 COALESCE(ma.ld_to, '')        AS ld_t
           FROM users u
             JOIN collections c             ON c.user_id = u.id
             JOIN master_artifacts_range ma ON ma.collection_id = c.id

http://dive4elements.wald.intevation.org