ImportSource: reset rejection after using a...

...property modifier
This commit is contained in:
Thomas Gelf 2018-01-25 12:53:03 +01:00
parent 6bb6e3a613
commit 81053e4efa
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@ class ImportSource extends DbObjectWithSettings
foreach ($mods as $mod) {
$this->applyPropertyModifierToRow($mod, $key, $row);
if (null === $row) {
// Modifier will be re-used for the next row, reset state:
$mod->rejectRow(false);
return;
}
}