[PATCH] Epoche filter deactivated for bed-heights-single
Wald Commits
scm-commit at wald.intevation.org
Fri May 25 08:00:24 CEST 2018
# HG changeset patch
# User mschaefer
# Date 1527227978 -7200
# Node ID 89c1bb914f4e52842298673b3aaccd1ac061054a
# Parent aafae1ab25f04e36271b3405d93f200fb3e8d5c6
Epoche filter deactivated for bed-heights-single
diff -r aafae1ab25f0 -r 89c1bb914f4e artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Wed May 23 17:30:24 2018 +0200
+++ b/artifacts/doc/conf/meta-data.xml Fri May 25 07:59:38 2018 +0200
@@ -2047,7 +2047,7 @@
<single>
<dc:context>
<dc:call-macro name="bed-heights-statement"/>
- <dc:filter expr="not(contains($bedh_descr, 'Epoche'))">
+ <!--dc:filter expr="not(contains($bedh_descr, 'Epoche'))"-->
<dc:filter expr="dc:column($bedheight_count) > 0">
<dc:if test="dc:has-result()">
<dc:group expr="dc:coalesce($bedh_year, 'sonstige')">
@@ -2057,7 +2057,7 @@
</dc:group>
</dc:if>
</dc:filter>
- </dc:filter>
+ <!--/dc:filter-->
</dc:context>
</single>
</dc:macro>
More information about the Dive4Elements-commits
mailing list