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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 22 14:53:28 CEST 2010


Author: torsten
Date: 2010-04-22 14:53:28 +0200 (Thu, 22 Apr 2010)
New Revision: 2482

Modified:
   wasko/branches/2.0/mpulsweb/lib/config.py
Log:
* mpulsweb/lib/config.py: Added new newconfig var to setup minimal
	fields to anonymize a case (on declining the privacy statement)


Modified: wasko/branches/2.0/mpulsweb/lib/config.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/config.py	2010-04-22 11:51:28 UTC (rev 2481)
+++ wasko/branches/2.0/mpulsweb/lib/config.py	2010-04-22 12:53:28 UTC (rev 2482)
@@ -206,6 +206,9 @@
         # Not anonymizable phaseparts
         set('phases', 'notanonymizable', [])
 
+        # Set minimal fields which must be set before anonymize
+        set('phase', 'minimal_fields_to_anonymize', [])
+
         # Succenssors and Predesessors
         successors = []
         set('phases', 'successors', successors)



More information about the Mpuls-commits mailing list