Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Sep 2014 at 16:19 UTC
Updated:
11 Oct 2014 at 13:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yched commentedPatch does :
- field type : list_text --> list_string
- class: ListTextItem --> ListStringItem
- Human readable label is left unchanged, since #2313757: Remove text_processing option from text fields, expose existing string field types as plain text in UI kept "Text" for string* and text* field types.
Comment #2
andypostmakes sense
Comment #3
wim leersPatch looks great + confirmed that zero occurrences of
list_textremain when the patch is applied.RTBC+1
Comment #4
catchCommitted/pushed to 8.0.x, thanks!
Comment #6
anavarreProgrammatically update your custom YML files:
Comment #7
berdirChange record? Maybe part of the one about text/string split-up?
Comment #8
yched commented- Change record created
- added a link to it in the CR about the text/string split-up (see diff)
Comment #9
larowlanComment #10
yched commented@larowlan: thanks, lost the habit of publishing CRs :-)
Adjusted the part about the class rename, since it only affects D8-to-D8