[Zope-CVS] CVS: Products/Scheduler/www - manage_current_tasks.zpt:1.8
Chris McDonough
chrism@zope.com
Mon, 7 Jul 2003 17:32:00 -0400
Update of /cvs-repository/Products/Scheduler/www
In directory cvs.zope.org:/tmp/cvs-serv22918/www
Modified Files:
manage_current_tasks.zpt
Log Message:
Don't let UI fail when there is a data structure inconsistency.
Give users a way to recover from a data structure inconsistencies.
Do cleanup of old lists in times btree.
=== Products/Scheduler/www/manage_current_tasks.zpt 1.7 => 1.8 ===
--- Products/Scheduler/www/manage_current_tasks.zpt:1.7 Mon Jun 2 16:38:40 2003
+++ Products/Scheduler/www/manage_current_tasks.zpt Mon Jul 7 17:31:55 2003
@@ -54,6 +54,9 @@
<input type="submit" name="checkConsistency:method"
value="Check Scheduler Consistency">
+<input type="submit" name="fixupTimesBtree:method"
+ value="Fix Scheduler Consistency">
+
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>