Revision bb8613c0
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
SL/Controller/CsvImport.pm | ||
---|---|---|
104 | 104 |
$self->profile($profile); |
105 | 105 |
|
106 | 106 |
if ($data->{errors} and my $first_error = $data->{errors}->[0]) { |
107 |
flash('error', $::locale->text('There was an error parsing the csv file: #1 in line #2: #3', $first_error->[2], $first_error->[0], $first_error->[1]));
|
|
107 |
flash('error', $::locale->text('There was an error parsing the csv file: #1 in line #2.', $first_error->[2], $first_error->[0]));
|
|
108 | 108 |
} |
109 | 109 |
|
110 | 110 |
if ($data->{progress}{finished} || $data->{errors}) { |
Auch abrufbar als: Unified diff
Revert "Csv-Import-Controller: Fehlermeldung des Csv-Helper mit ausgeben."
This reverts commit 63183d06c5d1631c93068ac4cd3b373b08714c31.