Merge pull request #3454 from evazion/fix-3448

Fix #3448: Lower the limit for tag category changes
This commit is contained in:
Albert Yi
2017-12-25 13:20:45 -08:00
committed by GitHub
6 changed files with 33 additions and 12 deletions

View File

@@ -117,7 +117,6 @@ private
tag = Tag.find_by_name(token[1])
tag.category = Tag.categories.value_for(token[2])
tag.save
tag.update_category_cache_for_all
else
raise "Unknown token: #{token[0]}"