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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 25 12:00:59 CET 2010


Author: torsten
Date: 2010-02-25 12:00:58 +0100 (Thu, 25 Feb 2010)
New Revision: 1768

Modified:
   wasko/branches/2.0/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added new config var, which can be used to
  enable or diable privacy related things within wasko. This is will
  be very uncommon. Default is enabled. 


Modified: wasko/branches/2.0/mpulsweb/lib/config.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/config.py	2010-02-25 10:49:15 UTC (rev 1767)
+++ wasko/branches/2.0/mpulsweb/lib/config.py	2010-02-25 11:00:58 UTC (rev 1768)
@@ -96,6 +96,7 @@
         set('case-module', 'appointments', '1')
         set('case-module', 'import', '1')
         set('case-module', 'reminders', '1')
+        set('case-module', 'privacy', '1')
 
         # CASE FIELDS
         #



More information about the Mpuls-commits mailing list