[Mpuls-commits] r3386 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Aug 12 17:37:41 CEST 2010
Author: torsten
Date: 2010-08-12 17:37:40 +0200 (Thu, 12 Aug 2010)
New Revision: 3386
Modified:
base/trunk/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added new config var "casetype" in phases
Modified: base/trunk/mpulsweb/lib/config.py
===================================================================
--- base/trunk/mpulsweb/lib/config.py 2010-08-12 13:45:41 UTC (rev 3385)
+++ base/trunk/mpulsweb/lib/config.py 2010-08-12 15:37:40 UTC (rev 3386)
@@ -227,6 +227,10 @@
# * 2 = Full automatic
set('phases', 'changemode', '0')
+ # Depending on the set phasepart the case is considered as CM-Case or Beratungs-Case.
+ # Here you can define the type of case for each phasepart
+ set('phases', 'casetype', [{}])
+
# Available Phases:
set('phases', 'phases', [])
More information about the Mpuls-commits
mailing list