Revision 2c3ecbd0
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
SL/BackgroundJob/CsvImport.pm | ||
---|---|---|
95 | 95 |
$result = $::locale->text('Import finished with errors.'); |
96 | 96 |
} else { |
97 | 97 |
|
98 |
my $report_id = $c->save_report(session_id => $session_id); |
|
98 |
my $report_id = $c->save_report(session_id => $session_id, test => $test);
|
|
99 | 99 |
$job->set_data(report_id => $report_id)->save; |
100 | 100 |
|
101 | 101 |
$c->track_progress(finished => 1); |
Auch abrufbar als: Unified diff
CsvImport: deutlich anzeigen, ob Vorschau oder echter Import