Fix #3380: Change category on Bulk Update Requests are broken.

This commit is contained in:
evazion
2017-11-17 11:57:05 -06:00
parent 07d20f7cf0
commit 3df404dbd9
2 changed files with 13 additions and 1 deletions

View File

@@ -178,6 +178,9 @@ class BulkUpdateRequest < ApplicationRecord
when :mass_update
"mass update {{#{token[1]}}} -> #{token[2]}"
when :change_category
"category [[#{token[1]}]] -> #{token[2]}"
else
raise "Unknown token: #{token[0]}"
end