[Mpuls-commits] r951 - in wasko/branches/2.0: . waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jan 27 16:06:01 CET 2010
Author: bh
Date: 2010-01-27 16:06:00 +0100 (Wed, 27 Jan 2010)
New Revision: 951
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/lib/search.py
Log:
* waskaweb/lib/search.py (SEARCH_CASE_SQL): Remove columns
zeitraum_nachbetreuung and art_beendigung from the search result.
They're not used anymore.
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-01-27 15:03:48 UTC (rev 950)
+++ wasko/branches/2.0/ChangeLog 2010-01-27 15:06:00 UTC (rev 951)
@@ -1,5 +1,11 @@
2010-01-27 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/lib/search.py (SEARCH_CASE_SQL): Remove columns
+ zeitraum_nachbetreuung and art_beendigung from the search result.
+ They're not used anymore.
+
+2010-01-27 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/model/case.py (State.setData): Remove cm_finished and
cm_canceled parameters and instance variables.
(CaseFactory.loadByName): Remove s_cm_finished and s_cm_canceled
Modified: wasko/branches/2.0/waskaweb/lib/search.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/search.py 2010-01-27 15:03:48 UTC (rev 950)
+++ wasko/branches/2.0/waskaweb/lib/search.py 2010-01-27 15:06:00 UTC (rev 951)
@@ -55,8 +55,6 @@
st.status,
st.zugriff,
st.id as s_id,
- m.nbtr as zeitraum_nachbetreuung,
- m.cm_end_art as art_beendigung,
m.einwilligung as einverstaendniserklaerung
FROM master_tbl_view m
JOIN ka_status_tbl_view st ON
More information about the Mpuls-commits
mailing list