Fix #3641: Can't add tags via Add Commentary dialog.

This commit is contained in:
evazion
2018-04-16 12:10:54 -05:00
parent 2c46191f99
commit e49e6f49bb
2 changed files with 6 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ class ArtistCommentary < ApplicationRecord
post.add_tag("check_commentary")
end
post.save if post.saved_change_to_tag_string?
post.save if post.tag_string_changed?
end
module VersionMethods