[Mpuls-commits] r5657 - waska/trunk/waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 24 20:36:46 CET 2011


Author: bh
Date: 2011-11-24 20:36:46 +0100 (Thu, 24 Nov 2011)
New Revision: 5657

Modified:
   waska/trunk/waskaweb/controllers/case.py
Log:
init_case was removed in mpulsweb. Use the equivalent _loadCase instead.


Modified: waska/trunk/waskaweb/controllers/case.py
===================================================================
--- waska/trunk/waskaweb/controllers/case.py	2011-11-24 18:44:10 UTC (rev 5656)
+++ waska/trunk/waskaweb/controllers/case.py	2011-11-24 19:36:46 UTC (rev 5657)
@@ -57,7 +57,7 @@
         # formularpage. Content of the formularpage (c.formular) will be user
         # to render the aidplan.
         NavigationController().select_branch('rg_unterstuetzungsangebote:%s' % id)
-        c.case = self.init_case(id)
+        c.case = self._loadCase(id)
         return render('/casemanagement/aidplan.mako')
 
 # vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:



More information about the Mpuls-commits mailing list