Follow-up for #2843617: Field formatter mappings defined in getFieldFormatterMap have no effect.
We need to check that all field widet types from Drupal 6 & 7 are correctly mapped to Drupal 8 field widget types and that they are tested.
We may also consider cleaning the static maps and possibly move them to the field plugins getFieldWidgetMap() methods.
Drupal 6
- nodereference #2924570: Missing mappings for "nodereference_buttons" & "nodereference_autocomplete" widgets
Drupal 7
Was list_float the only thing missing from Drupal 7 'list'? Is Drupal 7 'list' type complete now?
Comments
Comment #2
maxocub commentedComment #3
maxocub commentedParent issue is fixed.
Comment #4
quietone commentedLet's make this a Meta to keep track of what has been completed and what is still to do.
Comment #11
wim leersThanks for pointing me to this issue!
Comment #12
quietone commentedThe reality is that we are not searching for field widget types that should be migrated. We have been re-actively adding them when someone files an issue and it is decided that a migration for the widget should be handled by core. This is all on a case by case basis.
As marvil07 said at the migrate meeting, "a responsive on-demand approach sounds like the more natural path forward"
Therefor closing this, 'fixed' seems the best status. Correct me if I am wrong.