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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user