[Mpuls-commits] r3874 - waska/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Oct 4 15:16:20 CEST 2010


Author: torsten
Date: 2010-10-04 15:16:19 +0200 (Mon, 04 Oct 2010)
New Revision: 3874

Modified:
   waska/trunk/waska.json
Log:
* waska.json: Issue1159: Added condition for aborting the case. Added
more minimum required fields.


Modified: waska/trunk/waska.json
===================================================================
--- waska/trunk/waska.json	2010-10-04 12:25:16 UTC (rev 3873)
+++ waska/trunk/waska.json	2010-10-04 13:16:19 UTC (rev 3874)
@@ -17,7 +17,6 @@
 		"tags": "0"
 	},
 	"phases": {
-		"changemode": "2",
 		"phases": ["-1","0","1","3","2"],
 		"description": [{
 			"-1": "Unbekannt",
@@ -34,7 +33,8 @@
 			"3": "B"
 		}],
 		"notanonymizable": ["-1", "0", "1"],
-		"minimal_fields_to_anonymize": ["art_beendigung"],
+		"minimal_consistence_conditon": "$art_beendigung 1 ==",
+		"minimal_fields_to_anonymize": ["erstgespraech", "datum_feststellung", "beendigung_5", "beendigung_nachbetreuung", "datum_ende_beratung", "art_beendigung"],
 		"pairs": [{
 			"-1": ["-1","-1"],
 			"0": ["0","1"],



More information about the Mpuls-commits mailing list