Revision 7b81cb26
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Controller/CsvImport/Base.pm | ||
---|---|---|
91 | 91 |
my $data = $params{data} || $self->controller->data; |
92 | 92 |
|
93 | 93 |
foreach my $entry (@{ $data }) { |
94 |
next if @{ $entry->{errors} }; |
|
95 |
|
|
94 | 96 |
if (!$entry->{object}->save) { |
95 | 97 |
push @{ $entry->{errors} }, $::locale->text('Error when saving: #1', $entry->{object}->db->error); |
96 | 98 |
} else { |
Auch abrufbar als: Unified diff
Einträge mit Fehlern nicht importieren