[Mpuls-commits] r3566 - wasko/trunk/waskoweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 9 10:21:59 CEST 2010
Author: torsten
Date: 2010-09-09 10:21:58 +0200 (Thu, 09 Sep 2010)
New Revision: 3566
Modified:
wasko/trunk/waskoweb/controllers/formularpage.py
Log:
* waskoweb/controllers/formularpage.py (FormularpageController.save): Enabled appication based tagging.
Modified: wasko/trunk/waskoweb/controllers/formularpage.py
===================================================================
--- wasko/trunk/waskoweb/controllers/formularpage.py 2010-09-09 07:51:26 UTC (rev 3565)
+++ wasko/trunk/waskoweb/controllers/formularpage.py 2010-09-09 08:21:58 UTC (rev 3566)
@@ -125,9 +125,8 @@
# Check consistence of case and retag
if g.mpuls_config.is_enabled ('case-module', 'checktags'):
- # TODO: Implement application based tagging
- pass
- #log.debug('Tagging case: %s' % session['case'].id)
+ case = self._loadCase(session['case'].id)
+ case.checkValidity()
except SetDataException, err:
# Do nothing other than setting the status message. In the future the
More information about the Mpuls-commits
mailing list