]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/trace_controller.rb
Fix redirect after a trace is uploaded
[rails.git] / app / controllers / trace_controller.rb
index 6751cf31872ccfb66794fdb54acd3bc0988f71d6..4832910c49a40af9e6a25c124f0e8347c3436533 100644 (file)
@@ -146,7 +146,7 @@ class TraceController < ApplicationController
             flash[:warning] = t 'trace.trace_header.traces_waiting', :count => @user.traces.count(:conditions => { :inserted => false })
           end
 
-          redirect_to :action => 'mine'
+          redirect_to :action => :list, :display_name => @user.display_name
         end
       else
         @trace = Trace.new({:name => "Dummy",