Closed (fixed)
Project:
Redirect
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2018 at 01:27 UTC
Updated:
23 Mar 2018 at 01:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mikelutzThe enforcement of the source_module annotation was added in Drupal 8.5. The attached patch updates the source plugins and test fixture to work in 8.5
Comment #3
mikelutzAdding core issue queue link. This will break drupal migrations on Drupal 8.5 if the redirect module is installed (not just redirect migrations, since the exception is thrown when loading the set of migrations for a drupal migration). Hopefully this can be committed before 8.5 comes out this week.
Comment #4
heddnQuick fix for https://www.drupal.org/node/2911881
Comment #5
hass commentedThanks. Error is gone.
Comment #7
berdirThanks, committed.
Comment #9
berdirComment #11
dwwNote: this actually broke the d6 case. See #2955400: d6_path_redirect has to define the *correct* source_module annotation