Mercurial > dive4elements > river
changeset 3869:74f9766599b5
fix issue865 - missing showarea theme prop.
flys-artifacts/trunk@5501 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 18 Sep 2012 09:49:45 +0000 |
parents | 44e68dc1d87e |
children | 0c16eace7b6c |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/default-themes.xml flys-artifacts/doc/conf/second-themes.xml |
diffstat | 3 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Sep 17 14:47:05 2012 +0000 +++ b/flys-artifacts/ChangeLog Tue Sep 18 09:49:45 2012 +0000 @@ -1,3 +1,10 @@ +2012-09-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Brought showarea-theme setting back (fix issue865). + + * doc/conf/default-themes.xml, doc/conf/second-themes.xml: + Define showarea theme prop where its needed. + 2012-09-17 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/minfo/BedQualityResult.java:
--- a/flys-artifacts/doc/conf/default-themes.xml Mon Sep 17 14:47:05 2012 +0000 +++ b/flys-artifacts/doc/conf/default-themes.xml Tue Sep 18 09:49:45 2012 +0000 @@ -949,7 +949,11 @@ <theme name="Area"> <inherits> <inherit from="Areas" /> - </inherits> + </inherits> + <fields> + <field name="showarea" type="boolean" display="Show Area" + default="true"/> + </fields> </theme> <!-- Map -->
--- a/flys-artifacts/doc/conf/second-themes.xml Mon Sep 17 14:47:05 2012 +0000 +++ b/flys-artifacts/doc/conf/second-themes.xml Tue Sep 18 09:49:45 2012 +0000 @@ -950,6 +950,10 @@ <inherits> <inherit from="Areas" /> </inherits> + <fields> + <field name="showarea" type="boolean" display="Show Area" + default="true"/> + </fields> </theme> <!-- Map -->