[Mpuls-commits] r1622 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 16 15:31:16 CET 2010
Author: torsten
Date: 2010-02-16 15:31:15 +0100 (Tue, 16 Feb 2010)
New Revision: 1622
Modified:
wasko/branches/2.0/waskaweb/controllers/CaseBase.py
Log:
* waskaweb/controllers/CaseBase.py (CasebaseController.getNavigation):
Deleted. Not called from anywhere. It is only referenced in some
outcommented code (controller/phase) which is still present for
documentation of some logic which needs to be reimplemented using the
new formed.
Modified: wasko/branches/2.0/waskaweb/controllers/CaseBase.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/CaseBase.py 2010-02-16 13:34:43 UTC (rev 1621)
+++ wasko/branches/2.0/waskaweb/controllers/CaseBase.py 2010-02-16 14:31:15 UTC (rev 1622)
@@ -57,11 +57,6 @@
except LoadCaseNotExistsError, err:
self.showError()
- def getNavigation(self):
- if self.navigation:
- return self.navigation
- redirect_to(h.url_for(controller='/case_overview'))
-
def _setState(self, id, state):
id = self._checkInt(id)
state = self._checkInt(state)
More information about the Mpuls-commits
mailing list