[Mpuls-commits] r5323 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 13 19:32:02 CEST 2011
Author: bh
Date: 2011-09-13 19:32:01 +0200 (Tue, 13 Sep 2011)
New Revision: 5323
Modified:
base/trunk/mpulsweb/lib/config.py
Log:
Add new config setting to enable/disable meta-server support.
Default is "disabled" because most mpuls applications do not support a
meta-server, so far.
Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py 2011-09-13 14:10:37 UTC (rev 5322)
+++ base/trunk/mpulsweb/lib/config.py 2011-09-13 17:32:01 UTC (rev 5323)
@@ -164,6 +164,9 @@
#enable function to extract certain fields for formletters
set('case-module', 'formletter', '0')
+ # whether the meta-server support is enabled.
+ set('case-module', 'meta-server', '0')
+
# CASE FIELDS
#
# This defines which of the fields of a case need to be handled
More information about the Mpuls-commits
mailing list