[Mpuls-commits] r1007 - wasko/branches/2.0/waskaweb/templates/caselifetime

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jan 29 12:06:18 CET 2010


Author: torsten
Date: 2010-01-29 12:06:17 +0100 (Fri, 29 Jan 2010)
New Revision: 1007

Modified:
   wasko/branches/2.0/waskaweb/templates/caselifetime/overview.mako
Log:
* waskaweb/templates/caselifetime/overview.mako: Disabled temporarily
the findDescription function which tries to call getDescription in old
formedtree.


Modified: wasko/branches/2.0/waskaweb/templates/caselifetime/overview.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/caselifetime/overview.mako	2010-01-29 10:09:00 UTC (rev 1006)
+++ wasko/branches/2.0/waskaweb/templates/caselifetime/overview.mako	2010-01-29 11:06:17 UTC (rev 1007)
@@ -12,7 +12,8 @@
     try:
         return EXTRA_MAPPING[key]
     except KeyError:
-        return g.formedTree.getDescription(key) 
+        return "TODO: N/A"
+        #return g.formedTree.getDescription(key) 
 %>
 <%def name="buildNavipath()">
 		${parent.buildNavipath()}



More information about the Mpuls-commits mailing list