[PATCH 1 of 2] issue1396: Fix (at least partly) the loading of new differences via dc

Wald Commits scm-commit at wald.intevation.org
Thu Jul 18 12:18:45 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1374136112 -7200
# Node ID 0388fa73567f21db39d328168ec463de613ca58a
# Parent  d553c4a1829d47aa57022681c0f62c2ea2c6905d
issue1396: Fix (at least partly) the loading of new differences via dc.

diff -r d553c4a1829d -r 0388fa73567f artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml	Wed Jul 17 15:11:37 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Thu Jul 18 10:28:32 2013 +0200
@@ -359,6 +359,7 @@
                     </dc:when>
                     <dc:when test="$out = 'differenceable'">
                       <dc:call-macro name="differenceable-fix"/>
+                      <dc:call-macro name="differences"/>
                     </dc:when>
                     <dc:when test="$out = 'waterlevels'">
                       <dc:call-macro name="waterlevels-fix"/>
@@ -427,9 +428,10 @@
             <dc:for-each>
               <w_differences
                 description="{$facet_description}"
-                factory="winfo" target_out="{$out}"
-                artifact-id="{$aid}"
-                ids="{$aid}"
+                factory="winfo"
+                target_out="{$out}"
+                artifact-id="{$a_gid}"
+                ids="{$facet_num}"
                 out="w_differences"/>
             </dc:for-each>
           </differences>


More information about the Dive4elements-commits mailing list