[PATCH 4 of 5] Offer total loads in dc
Wald Commits
scm-commit at wald.intevation.org
Wed Oct 16 15:23:56 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1381929738 -7200
# Node ID 463cbda8c6e70be2decac5b37a5e7958ad2a5f69
# Parent bb1f05a235f0f0408815dba2df09446e8c5be401
Offer total loads in dc.
diff -r bb1f05a235f0 -r 463cbda8c6e7 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Wed Oct 16 15:21:14 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml Wed Oct 16 15:22:18 2013 +0200
@@ -1404,6 +1404,13 @@
</susp_sand_bed>
</dc:if>
</dc:filter>
+ <dc:filter expr="$fraction='total'">
+ <dc:if test="dc:has-result()">
+ <total_load>
+ <dc:macro-body/>
+ </total_load>
+ </dc:if>
+ </dc:filter>
</dc:if>
</dc:macro>
More information about the Dive4elements-commits
mailing list