[Mpuls-commits] r799 - in wasko/branches/2.0: . waskaweb/templates/casemanagement

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jan 21 16:11:09 CET 2010


Author: bh
Date: 2010-01-21 16:11:07 +0100 (Thu, 21 Jan 2010)
New Revision: 799

Modified:
   wasko/branches/2.0/ChangeLog.txt
   wasko/branches/2.0/waskaweb/templates/casemanagement/overview.mako
Log:
Fix bundle action URL


Modified: wasko/branches/2.0/ChangeLog.txt
===================================================================
--- wasko/branches/2.0/ChangeLog.txt	2010-01-20 16:49:54 UTC (rev 798)
+++ wasko/branches/2.0/ChangeLog.txt	2010-01-21 15:11:07 UTC (rev 799)
@@ -1,3 +1,8 @@
+2010-01-21  Bernhard Herzog  <bh at intevation.de>
+
+	* waskaweb/templates/casemanagement/overview.mako: Fix bundle
+	action URL
+
 2010-01-20  Bernhard Herzog  <bh at intevation.de>
 
 	* waskaweb/templates/main.mako: Show navigation for appointments,

Modified: wasko/branches/2.0/waskaweb/templates/casemanagement/overview.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/casemanagement/overview.mako	2010-01-20 16:49:54 UTC (rev 798)
+++ wasko/branches/2.0/waskaweb/templates/casemanagement/overview.mako	2010-01-21 15:11:07 UTC (rev 799)
@@ -17,7 +17,7 @@
 <%include file="/casemanagement/search.mako" />
 Es wurden ${c.count_all} Fallakten gefunden
 <div class="waska_form">
-  <form action="bundleAction" method="POST">
+  <form action="/case_overview/bundleAction" method="POST">
   <%include file="./caselist.mako" />
   <div class="waska_form_element">
     <input type="checkbox" name="all_cases" id="all_cases" value="1"><label for="all_cases">Alle angezeigten Fallakten (${c.count_all}) auswählen</label>



More information about the Mpuls-commits mailing list