[Mpuls-commits] r1332 - wasko/branches/2.0/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 8 17:03:58 CET 2010


Author: torsten
Date: 2010-02-08 17:03:57 +0100 (Mon, 08 Feb 2010)
New Revision: 1332

Modified:
   wasko/branches/2.0/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added new configuration var to enable/disable casemanagement.


Modified: wasko/branches/2.0/mpulsweb/lib/config.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/config.py	2010-02-08 13:45:51 UTC (rev 1331)
+++ wasko/branches/2.0/mpulsweb/lib/config.py	2010-02-08 16:03:57 UTC (rev 1332)
@@ -87,6 +87,7 @@
         set('formed', 'annotation', 'annotations.xhtml')
 
         # Global Modules
+        set('module', 'casemanagement', '1')
         set('module', 'appointments', '1')
         set('module', 'documents', '1')
         set('module', 'evaluation', '1')



More information about the Mpuls-commits mailing list