]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/trace_controller.rb
Fix redirect on deleting a trace
[rails.git] / app / controllers / trace_controller.rb
index 4832910c49a40af9e6a25c124f0e8347c3436533..b19e4d8b63952b5896e114ec3167bc9dae68a79a 100644 (file)
@@ -206,7 +206,7 @@ class TraceController < ApplicationController
         trace.visible = false
         trace.save
         flash[:notice] = t 'trace.delete.scheduled_for_deletion'
-        redirect_to :controller => 'traces', :action => 'mine'
+        redirect_to :action => :mine, :display_name => @user.display_name
       else
         render :nothing => true, :status => :bad_request
       end