uploads: fix being redirected to blank page when rating is not selected.
Fix the upload page redirecting you to a blank page if you forgot to select the rating on a multi-asset upload. ref: https://danbooru.donmai.us/forum_posts/206365
This commit is contained in:
@@ -80,10 +80,8 @@ class PostsController < ApplicationController
|
|||||||
flash[:notice] = "Duplicate of post ##{@original_post.id}; merging tags"
|
flash[:notice] = "Duplicate of post ##{@original_post.id}; merging tags"
|
||||||
redirect_to @original_post
|
redirect_to @original_post
|
||||||
else
|
else
|
||||||
@upload = @upload_media_asset.upload
|
|
||||||
@media_asset = @upload_media_asset.media_asset
|
|
||||||
flash[:notice] = @post.errors.full_messages.join("; ")
|
flash[:notice] = @post.errors.full_messages.join("; ")
|
||||||
respond_with(@post, render: { template: "uploads/show" })
|
respond_with(@post, render: { template: "upload_media_assets/show" })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user