Skip to content
Snippets Groups Projects

Issue #3321292: Url source with JSON data parser throws exception with migmap_lookup process plugin

Open Issue #3321292: Url source with JSON data parser throws exception with migmap_lookup process plugin
Open Elliot Ward requested to merge issue/migmag-3321292:3321292-url-source-with into 1.8.x
1 file
+ 1
5
Compare changes
  • Side-by-side
  • Inline
@@ -158,11 +158,7 @@ class MigMagMigrateStub extends MigrateStub {
@@ -158,11 +158,7 @@ class MigMagMigrateStub extends MigrateStub {
}
}
}
}
$stub_should_be_created = TRUE;
$stub_should_be_created = TRUE;
$rows_to_stub[] = $row;
// Stubbing needs prepareRow.
if ($source_plugin->prepareRow($row)) {
$rows_to_stub[] = $row;
}
}
}
}
}
catch (\Exception $e) {
catch (\Exception $e) {
Loading