Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2018 at 16:01 UTC
Updated:
31 May 2018 at 09:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedAttached patch removes the
switchstatement, since all actions result in the same return value. The first widget type that requires special processing can add the switch statement, or use an if-statement like the email_textfield does in the file.Comment #3
borisson_This looks very good, a nice simplification. I don't feel confident enough about the migration system to RTBC this issue.
Comment #4
jofitzA nice, straightforward fix.
Comment #5
alexpottThere's no bug here per se so changing to a task.
Committed 7c6d444 and pushed to 8.6.x. Thanks!