[Mpuls-commits] r1079 - wasko/branches/2.0/waskaweb/config

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 1 15:50:57 CET 2010


Author: torsten
Date: 2010-02-01 15:50:55 +0100 (Mon, 01 Feb 2010)
New Revision: 1079

Modified:
   wasko/branches/2.0/waskaweb/config/routing.py
Log:
* waskaweb/config/routing.py (make_map): Deleted route for unused
  function showHelp
* waskaweb/config/routing.py (make_map): Deleted route for unused
  function showRequired



Modified: wasko/branches/2.0/waskaweb/config/routing.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/routing.py	2010-02-01 14:47:29 UTC (rev 1078)
+++ wasko/branches/2.0/waskaweb/config/routing.py	2010-02-01 14:50:55 UTC (rev 1079)
@@ -67,9 +67,6 @@
     map.connect('navigation/close_branch/:id', controller="navigation", action="close_branch")
     map.connect('navigation/select_branch/:id', controller="navigation", action="select_branch")
 
-#    map.connect('navigation/:action/:ds_id/:page_id', controller="navigation")
-    map.connect('formhelp', 'case/showhelp/:help_id', controller="case", action="showHelp")
-    map.connect('required', 'case/required/:help_id', controller="case", action="showRequired")
     map.connect('digest', 'case/digest/:id', controller="case", action="digest")
     map.connect('case/logbook/:id/:sort_field/:sort_order', controller="case", action="logbook", sort_field='datum', sort_order='desc') #sorting of logbookentries
     map.connect('case_overview/overview/:reset/:sort_field/:sort_order', controller="case_overview", action="overview", reset=0, sort_field="name_1", sort_order="asc") #for bundles actions in case_overview



More information about the Mpuls-commits mailing list