Removed unnecessary info text for already completed import jobs.
This commit is contained in:
parent
cd0a6fe596
commit
ccbf1d4a71
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ module Import
|
|||
end
|
||||
|
||||
def process
|
||||
# remove previous result information that may still be saved
|
||||
# in case an import job was rescheduled
|
||||
@import_job.update!(result: {})
|
||||
|
||||
Sequencer.process(sequence_name,
|
||||
parameters: {
|
||||
import_job: @import_job
|
||||
|
|
Loading…
Reference in a new issue