Fix #4377: Save commentary by default.
Remove the "Include artist commentary" checkbox. Commentary is included by default unless the commentary fields are blank.
This commit is contained in:
@@ -77,7 +77,7 @@ class UploadService
|
||||
)
|
||||
end
|
||||
|
||||
if upload.include_artist_commentary
|
||||
if upload.has_commentary?
|
||||
@post.create_artist_commentary(
|
||||
:original_title => upload.artist_commentary_title,
|
||||
:original_description => upload.artist_commentary_desc,
|
||||
|
||||
Reference in New Issue
Block a user