[Mpuls-commits] r1385 - in wasko/branches/2.0: . waskaweb/model
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 9 15:11:44 CET 2010
Author: bh
Date: 2010-02-09 15:11:43 +0100 (Tue, 09 Feb 2010)
New Revision: 1385
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/model/case.py
Log:
* waskaweb/model/case.py (LOAD_CASESTATE_SQL): Removed m.nbtr and
m.cm_end_art. They're not actually used.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-09 14:11:29 UTC (rev 1384)
+++ wasko/branches/2.0/ChangeLog 2010-02-09 14:11:43 UTC (rev 1385)
@@ -1,5 +1,10 @@
2010-02-09 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/model/case.py (LOAD_CASESTATE_SQL): Removed m.nbtr and
+ m.cm_end_art. They're not actually used.
+
+2010-02-09 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/template.py: Removed. Unused.
2010-02-09 Bernhard Herzog <bh at intevation.de>
Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py 2010-02-09 14:11:29 UTC (rev 1384)
+++ wasko/branches/2.0/waskaweb/model/case.py 2010-02-09 14:11:43 UTC (rev 1385)
@@ -113,8 +113,6 @@
s.id,
s.status,
s.zugriff,
- m.nbtr AS cm_beendet,
- m.cm_end_art AS cm_abbruch,
getLastCaseAppointment(m.id) AS letzer_termin,
m.phase AS phase
FROM ka_status_tbl_view s JOIN master_tbl_view m ON m.id = s.master_id
More information about the Mpuls-commits
mailing list