[Mpuls-commits] r97 - in waska/trunk: . waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 28 10:55:20 CEST 2008


Author: teichmann
Date: 2008-08-28 10:55:19 +0200 (Thu, 28 Aug 2008)
New Revision: 97

Modified:
   waska/trunk/ChangeLog.txt
   waska/trunk/waskaweb/lib/needed.py
Log:
Fix link for phase help in case trans page.


Modified: waska/trunk/ChangeLog.txt
===================================================================
--- waska/trunk/ChangeLog.txt	2008-08-28 08:27:37 UTC (rev 96)
+++ waska/trunk/ChangeLog.txt	2008-08-28 08:55:19 UTC (rev 97)
@@ -1,5 +1,9 @@
 2008-08-28  Sascha L. Teichmann <sascha.teichmann at intevation.de>
 
+	* waskaweb/lib/needed.py: Fix link to help.
+
+2008-08-28  Sascha L. Teichmann <sascha.teichmann at intevation.de>
+
 	* waskaweb/controllers/case.py: pass link list to template
 
 	* waskaweb/lib/needed.py: generate link list for phases

Modified: waska/trunk/waskaweb/lib/needed.py
===================================================================
--- waska/trunk/waskaweb/lib/needed.py	2008-08-28 08:27:37 UTC (rev 96)
+++ waska/trunk/waskaweb/lib/needed.py	2008-08-28 08:55:19 UTC (rev 97)
@@ -147,7 +147,7 @@
 
         for a in phase:
             warn = (not a[1]) and ' class="required_missing"' or ""
-            link = '<a href="/required/%s"%s>%s</a>' % (a[0].getName(), warn, a[0].getDescription())
+            link = '<a href="/case/required/%s"%s>%s</a>' % (a[0].getName(), warn, a[0].getDescription())
             out.append(link)
 
         return ',\n'.join(out)



More information about the Mpuls-commits mailing list