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

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 1 17:00:09 CET 2012


Author: torsten
Date: 2012-11-01 17:00:09 +0100 (Thu, 01 Nov 2012)
New Revision: 6134

Modified:
   base/trunk/mpulsweb/lib/config.py
Log:
added new option


Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py	2012-11-01 15:59:08 UTC (rev 6133)
+++ base/trunk/mpulsweb/lib/config.py	2012-11-01 16:00:09 UTC (rev 6134)
@@ -434,7 +434,7 @@
         #
         # Note the the evaluation with id 0 is considered to be the
         # Adele-evaluation
-        dummy = {'name': 'Vorgabe', 'id': '99', 'config': 'eval_default.xml'}
+        dummy = {'name': 'Vorgabe', 'id': '99', 'config': 'eval_default.xml', 'options_disabled': '0'}
         enabled_evaluations = [dummy]
         set('evaluations', 'enabled', enabled_evaluations)
         set('evaluations', 'adele-phases', [])



More information about the Mpuls-commits mailing list