BURs: rename AliasAndImplicationImporter to BulkUpdateRequestProcessor.

The name AliasAndImplicationImporter is a holdover from the time before
bulk update requests existed. This was a bad name because it doesn't do
any actual importing, instead it's used for parsing and executing bulk
update requests.
This commit is contained in:
evazion
2020-05-10 22:07:27 -05:00
parent 54bae4017d
commit 49383d393a
8 changed files with 105 additions and 129 deletions

View File

@@ -105,9 +105,9 @@ class DText
end
elsif obj.is_a?(BulkUpdateRequest)
if obj.script.size < 700
embedded_script = obj.script_with_links
embedded_script = obj.processor.to_dtext
else
embedded_script = "[expand]#{obj.script_with_links}[/expand]"
embedded_script = "[expand]#{obj.processor.to_dtext}[/expand]"
end
if obj.is_approved?