[ARVADOS] updated: 4890341c4536ed13770f4313b37dc8202da3b54c
git at public.curoverse.com
git at public.curoverse.com
Sun Jul 27 21:56:42 EDT 2014
Summary of changes:
apps/workbench/app/controllers/projects_controller.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 4890341c4536ed13770f4313b37dc8202da3b54c (commit)
from cef70f92c560353b8800affba9211382b7920815 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4890341c4536ed13770f4313b37dc8202da3b54c
Author: radhika <radhika at curoverse.com>
Date: Sun Jul 27 21:55:06 2014 -0400
2985: move selections to chosen project
diff --git a/apps/workbench/app/controllers/projects_controller.rb b/apps/workbench/app/controllers/projects_controller.rb
index 7857736..d76dfe8 100644
--- a/apps/workbench/app/controllers/projects_controller.rb
+++ b/apps/workbench/app/controllers/projects_controller.rb
@@ -80,7 +80,7 @@ class ProjectsController < ApplicationController
end
end
session[:selected_move_items] = nil
- redirect_to controller: 'projects', action: :show, id: target_uuid
+ redirect_to @object
end
def destroy
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list