[Mpuls-commits] r2566 - wasko/branches/2.0

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 29 16:15:11 CEST 2010


Author: torsten
Date: 2010-04-29 16:15:10 +0200 (Thu, 29 Apr 2010)
New Revision: 2566

Modified:
   wasko/branches/2.0/jmd.json
Log:
* jmd.json: Set min values for reminders to 180 days.


Modified: wasko/branches/2.0/jmd.json
===================================================================
--- wasko/branches/2.0/jmd.json	2010-04-29 14:13:08 UTC (rev 2565)
+++ wasko/branches/2.0/jmd.json	2010-04-29 14:15:10 UTC (rev 2566)
@@ -128,7 +128,8 @@
          	{"name":"bearbeiter_id", "search_retrieve":true,
          	 "preload":true, "alias":"editor", "alias_force_string":false}
      		],
-		"remindercondition": "extract(year from age(geburtsdatum)) >= 27"
+		"remindercondition": "extract(year from age(geburtsdatum)) >= 27",
+		"remindermindays": "180"
  	},
 
 	"renderer": {



More information about the Mpuls-commits mailing list