[Dive4elements-commits] [PATCH 1 of 4] meta-data.xml: Make a select a bit more human-resolvable

Wald Commits scm-commit at wald.intevation.org
Thu May 23 11:15:30 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1369300731 -7200
# Node ID dcbc06ca5d19dfadcc68c004a92bd76282477a25
# Parent  e6bdba4f227ff07d25d38d0b7b91c173fdcbb937
meta-data.xml: Make a select a bit more human-resolvable.

diff -r e6bdba4f227f -r dcbc06ca5d19 artifacts/doc/conf/meta-data.xml
--- 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


More information about the Dive4elements-commits mailing list