[Mpuls-commits] r5018 - in wasko/trunk: . waskoweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri May 27 14:03:26 CEST 2011
Author: ludwig
Date: 2011-05-27 14:03:26 +0200 (Fri, 27 May 2011)
New Revision: 5018
Modified:
wasko/trunk/ChangeLog
wasko/trunk/waskoweb/model/appointment.py
Log:
Issue882: The wasko-special automatic reminders should be type 2,
because so different icons for them could be displayed.
Modified: wasko/trunk/ChangeLog
===================================================================
--- wasko/trunk/ChangeLog 2011-05-27 11:55:49 UTC (rev 5017)
+++ wasko/trunk/ChangeLog 2011-05-27 12:03:26 UTC (rev 5018)
@@ -1,3 +1,9 @@
+2011-05-27 Ludwig Reiter <ludwig.reiter at intevation.de>
+
+ * waskoweb/model/appointment.py:
+ Issue882: The wasko-special automatic reminders should type 2, because
+ so different icons for them could be displayed.
+
2011-05-24 Bernhard Herzog <bh at intevation.de>
* wasko.json: Remove renderer rg_digests settings. Equivalent
Modified: wasko/trunk/waskoweb/model/appointment.py
===================================================================
--- wasko/trunk/waskoweb/model/appointment.py 2011-05-27 11:55:49 UTC (rev 5017)
+++ wasko/trunk/waskoweb/model/appointment.py 2011-05-27 12:03:26 UTC (rev 5018)
@@ -136,7 +136,7 @@
def make_extension_appointment(self, case_id, duration, max_duration):
factory = CaseAppointmentFactory()
- type = 1
+ type = 2
case = g.case_factory.loadById(case_id)
title = _(u"Too long Case Management of the case %s, %s") %\
(case.last_name, case.first_name)
More information about the Mpuls-commits
mailing list