ImportSource: reset rejection after using a...
...property modifier
This commit is contained in:
parent
6bb6e3a613
commit
81053e4efa
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue