[Mpuls-commits] r4627 - base/trunk/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 16 14:37:33 CET 2011


Author: torsten
Date: 2011-02-16 14:37:32 +0100 (Wed, 16 Feb 2011)
New Revision: 4627

Modified:
   base/trunk/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added new options to display the selection
of federal states in search. Defaults to False. Currently only used for
evaluation purpose but might be interesting for normal use as well in
the future.


Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py	2011-02-15 14:23:27 UTC (rev 4626)
+++ base/trunk/mpulsweb/lib/config.py	2011-02-16 13:37:32 UTC (rev 4627)
@@ -396,6 +396,7 @@
         set('search', 'option-phase', '1')
         set('search', 'option-date', '1')
         set('search', 'option-gender', '1')
+        set('search', 'option-federalstate', '0')
 
         # LOGBOOK
         # -------



More information about the Mpuls-commits mailing list