]> source.dussan.org Git - redmine.git/commitdiff
removed broken route for sorting links
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 2 Feb 2007 13:57:36 +0000 (13:57 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 2 Feb 2007 13:57:36 +0000 (13:57 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@212 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/routes.rb

index 2559159f1c36ac454b24551372e86a7109b6dcc6..e37826a8da1b98afb8deb635be5646add7a6ba89 100644 (file)
@@ -12,7 +12,7 @@ ActionController::Routing::Routes.draw do |map|
 \r
   map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow'\r
   map.connect 'help/:ctrl/:page', :controller => 'help'\r
-  map.connect ':controller/:action/:id/:sort_key/:sort_order'\r
+  #map.connect ':controller/:action/:id/:sort_key/:sort_order'\r
   
   # Allow downloading Web Service WSDL as a file with an extension
   # instead of a file named 'wsdl'