[Mpuls-commits] r841 - in wasko/branches/2.0: . waskaweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jan 25 17:58:07 CET 2010


Author: bh
Date: 2010-01-25 17:58:05 +0100 (Mon, 25 Jan 2010)
New Revision: 841

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/waskaweb/model/case.py
Log:
* waskaweb/model/case.py (Case.getAppointments): Removed. Unused.


Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-01-25 16:36:06 UTC (rev 840)
+++ wasko/branches/2.0/ChangeLog	2010-01-25 16:58:05 UTC (rev 841)
@@ -1,5 +1,9 @@
 2010-01-25  Bernhard Herzog  <bh at intevation.de>
 
+	* waskaweb/model/case.py (Case.getAppointments): Removed. Unused.
+
+2010-01-25  Bernhard Herzog  <bh at intevation.de>
+
 	* waskaweb/model/case.py (getAidPlanStatement),
 	waskaweb/model/agencysettings.py (Agency.getAidPlanStatement),
 	waskaweb/model/statement.py (AidPlanStatement): Removed.  Aid

Modified: wasko/branches/2.0/waskaweb/model/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/model/case.py	2010-01-25 16:36:06 UTC (rev 840)
+++ wasko/branches/2.0/waskaweb/model/case.py	2010-01-25 16:58:05 UTC (rev 841)
@@ -967,16 +967,6 @@
             raise
         return []
 
-    def getAppointments(self):
-        """Returns a list of appointments which are attached to this case"""
-        try:
-            # Load list of appointments
-            pass
-        except:
-            self.documents = []
-            raise
-        return []
-
     def anonymize(self):
         """Deleted personal data in the case"""
         conn, cur = None, None



More information about the Mpuls-commits mailing list