[Mpuls-commits] r5496 - jmd/trunk/jmdstrukturweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 24 13:27:59 CEST 2011
Author: ludwig
Date: 2011-10-24 13:27:59 +0200 (Mon, 24 Oct 2011)
New Revision: 5496
Modified:
jmd/trunk/jmdstrukturweb/controllers/case_bundle.py
Log:
Issue 2162 Rename method _isEditor into _filter_for_evaluation.
This method is used to filter the case bundle for evaluation, before the cases
are marked. In this context, no filter should be used. This overwrites
the base filter, which filters standins.
Modified: jmd/trunk/jmdstrukturweb/controllers/case_bundle.py
===================================================================
--- jmd/trunk/jmdstrukturweb/controllers/case_bundle.py 2011-10-24 11:23:15 UTC (rev 5495)
+++ jmd/trunk/jmdstrukturweb/controllers/case_bundle.py 2011-10-24 11:27:59 UTC (rev 5496)
@@ -17,7 +17,7 @@
items.append("</ul>")
return items
- def _setEditor(self, case):
+ def _filter_for_evaluate(self, case):
"""This methods is used to filter the case_bundle before mark them
for evaluation. It should be possible to mark standin cases."""
return True
More information about the Mpuls-commits
mailing list