[Mpuls-commits] r3449 - in base/trunk: . mpulsweb/config
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Aug 25 16:24:42 CEST 2010
Author: bh
Date: 2010-08-25 16:24:41 +0200 (Wed, 25 Aug 2010)
New Revision: 3449
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/config/routing.py
Log:
* mpulsweb/config/routing.py (make_map): Remove obsolete FIXME
comment.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-08-25 13:48:09 UTC (rev 3448)
+++ base/trunk/ChangeLog 2010-08-25 14:24:41 UTC (rev 3449)
@@ -1,5 +1,10 @@
2010-08-25 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/config/routing.py (make_map): Remove obsolete FIXME
+ comment.
+
+2010-08-25 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/lib/search.py (CaseSearch.get_gender_clause): Add
missing search parameter which is needed now that all *_clause
functions take the same parameters.
Modified: base/trunk/mpulsweb/config/routing.py
===================================================================
--- base/trunk/mpulsweb/config/routing.py 2010-08-25 13:48:09 UTC (rev 3448)
+++ base/trunk/mpulsweb/config/routing.py 2010-08-25 14:24:41 UTC (rev 3449)
@@ -96,10 +96,6 @@
action='index')
# Explicit route for case overview actions because the generic
# '/{controller}/{action}/{id}' doesn't work for them.
- # FIXME: The controller in question is still in waskaweb, so ideally
- # this route shouldn't be here, but the controller should be in
- # mpulsweb soon and there's no easy way, currently to overwrite or
- # extend the mapping in waskaweb.
map.connect('/case_overview/{action}/{confirmed}',
controller="case_overview")
map.connect('/case_bundle/{action}/{confirmed}',
More information about the Mpuls-commits
mailing list