Skip to content

Commit

Permalink
redirect to created virtual collection view aces#1135
Browse files Browse the repository at this point in the history
  • Loading branch information
MontrealSergiy committed Oct 8, 2024
1 parent 9143d34 commit bc51f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrainPortal/app/controllers/userfiles_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ def create_virtual_collection #:nodoc:
redirect_to(:action => :index)
return
end
redirect_to :action => :index
redirect_to(:controller => :userfiles, :action => :show, :id => collection.id)

end

Expand Down

0 comments on commit bc51f2e

Please sign in to comment.