Revision 8e258f81
Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt
SL/Controller/CsvImport.pm | ||
---|---|---|
205 | 205 |
|
206 | 206 |
my $rows = SL::DB::Manager::CsvImportReportRow ->get_all(query => \@query); |
207 | 207 |
my $status = SL::DB::Manager::CsvImportReportStatus->get_all(query => \@query); |
208 |
$self->{num_errors} = SL::DB::Manager::CsvImportReportStatus->get_all_count(query => [csv_import_report_id => $report_id, type => 'errors']); |
|
208 | 209 |
|
209 | 210 |
$self->{report_rows} = $self->{report}->folded_rows(rows => $rows); |
210 | 211 |
$self->{report_status} = $self->{report}->folded_status(status => $status); |
Auch abrufbar als: Unified diff
CsvImport: Anzahl der Fehler beim Ergebnis anzeigen