[Mpuls-commits] r5490 - jmd/trunk/jmdstrukturweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Oct 21 15:24:24 CEST 2011


Author: ludwig
Date: 2011-10-21 15:24:23 +0200 (Fri, 21 Oct 2011)
New Revision: 5490

Modified:
   jmd/trunk/jmdstrukturweb/controllers/case_bundle.py
Log:
Issue 2162: Ueberschreiben der Filter Funktion.


Modified: jmd/trunk/jmdstrukturweb/controllers/case_bundle.py
===================================================================
--- jmd/trunk/jmdstrukturweb/controllers/case_bundle.py	2011-10-21 10:59:04 UTC (rev 5489)
+++ jmd/trunk/jmdstrukturweb/controllers/case_bundle.py	2011-10-21 13:24:23 UTC (rev 5490)
@@ -16,3 +16,6 @@
                             escape(NA(case.datum_ende_zeitraum))))
         items.append("</ul>")
         return items
+
+    def _setEditor(self, case):
+        return True



More information about the Mpuls-commits mailing list