[Mpuls-commits] r198 - in waska/trunk: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 25 15:43:28 CEST 2008
Author: teichmann
Date: 2008-09-25 15:43:28 +0200 (Thu, 25 Sep 2008)
New Revision: 198
Modified:
waska/trunk/ChangeLog.txt
waska/trunk/waskaweb/controllers/agency_overview.py
Log:
Fixed back broken link in part selection of XLS export.
Modified: waska/trunk/ChangeLog.txt
===================================================================
--- waska/trunk/ChangeLog.txt 2008-09-25 13:29:53 UTC (rev 197)
+++ waska/trunk/ChangeLog.txt 2008-09-25 13:43:28 UTC (rev 198)
@@ -1,3 +1,15 @@
+2008-09-25 Sascha L. Teichmann <sascha.teichmann at intevation.de>
+
+ * waskaweb/controllers/agency_overview.py: Link back to download
+ was wrong which resulted in unathorized errors.
+
+2008-09-25 Sascha L. Teichmann <sascha.teichmann at intevation.de>
+
+ Fixed issue577
+
+ * waskaweb/lib/validators.py: There was no validator for
+ 'Einschaetzung des Case-Managers'.
+
2008-09-25 Torsten Irlaender <torsten.irlaender at intevation.de>
Moved evaluation of "verweildauer" to category for finished cases.
Modified: waska/trunk/waskaweb/controllers/agency_overview.py
===================================================================
--- waska/trunk/waskaweb/controllers/agency_overview.py 2008-09-25 13:29:53 UTC (rev 197)
+++ waska/trunk/waskaweb/controllers/agency_overview.py 2008-09-25 13:43:28 UTC (rev 198)
@@ -352,7 +352,7 @@
selection_checker = self.__getSelectionChecker()
c.selection_question = SELECT_PARTS_FOR_EXPORT
c.store_action = h.url_for(action="storeSelectedXLSParts")
- c.back_url = h.url_for(controller='/case_overview', action='downloadXLS', confirmed=1)
+ c.back_url = h.url_for(controller='/agency_overview', action='downloadXLS', confirmed=1)
c.back_title = "XLS Export"
page = render('casemanagement/selectParts.mako')
return formencode.htmlfill.render(unicode(page, 'utf-8'),defaults=selection_checker.selections)
More information about the Mpuls-commits
mailing list