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:
evazion
2020-04-04 00:39:58 -05:00
parent c6354b2504
commit 743b6f0854
5 changed files with 20 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ class UploadPolicy < ApplicationPolicy
def permitted_attributes
%i[file source tag_string rating status parent_id artist_commentary_title
artist_commentary_desc include_artist_commentary referer_url
artist_commentary_desc referer_url
md5_confirmation as_pending translated_commentary_title translated_commentary_desc]
end
end