[Mpuls-commits] r5078 - wasko/trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jun 7 12:36:03 CEST 2011
Author: ludwig
Date: 2011-06-07 12:36:03 +0200 (Tue, 07 Jun 2011)
New Revision: 5078
Modified:
wasko/trunk/ChangeLog
wasko/trunk/wasko.json
Log:
Issue2152: Set max 180 days and min 7 days for reminderdays.
Modified: wasko/trunk/ChangeLog
===================================================================
--- wasko/trunk/ChangeLog 2011-06-07 09:19:27 UTC (rev 5077)
+++ wasko/trunk/ChangeLog 2011-06-07 10:36:03 UTC (rev 5078)
@@ -1,3 +1,8 @@
+2011-06-07 Ludwig Reiter <ludwig.reiter at intevation.de>
+
+ * wasko.json:
+ Issue2152: Set max 180 days and min 7 days for reminderdays.
+
2011-05-19 Torsten Irländer <torsten.irlaender at intevation.de>
* waskoweb/public/formed/annotations.xhtml: Issue2013: Anpassung
Modified: wasko/trunk/wasko.json
===================================================================
--- wasko/trunk/wasko.json 2011-06-07 09:19:27 UTC (rev 5077)
+++ wasko/trunk/wasko.json 2011-06-07 10:36:03 UTC (rev 5078)
@@ -227,7 +227,8 @@
{"name":"bearbeiter_id", "search_retrieve":true,
"preload":true, "alias":"editor", "alias_force_string":true}
],
- "remindermindays": "90"
+ "remindermindays": "7",
+ "remindermaxdays": "180"
},
"evaluations": {
"adele-phases": ["1"],
More information about the Mpuls-commits
mailing list