5261: Redirect to destination project's Collections tab when copying/moving collections.
[arvados.git] / apps / workbench / app / controllers / application_controller.rb
index b52591bc0caa5ff1b14da6ac7485a829eaeab1d8..0a13fa6b601d2d45a8eac3d0a18d0b2c951584e6 100644 (file)
@@ -267,6 +267,14 @@ class ApplicationController < ActionController::Base
     end
   end
 
+  def redirect_to uri, *args
+    if request.xhr?
+      render json: {href: uri}
+    else
+      super
+    end
+  end
+
   def choose
     params[:limit] ||= 40
     respond_to do |f|