Skip to content

Commit

Permalink
after virtual collection, show it to user aces#1135
Browse files Browse the repository at this point in the history
  • Loading branch information
MontrealSergiy committed Oct 7, 2024
1 parent f051e5d commit ac3161d
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 ac3161d

Please sign in to comment.