Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2015 at 13:08 UTC
Updated:
14 Mar 2015 at 14:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amateescu commentedThis is the fix.
Comment #2
berdirHow is this not exploding for list field types?
Comment #3
amateescu commentedBecause
ListItemBaseimplements onlystorageSettingsToConfigData()andstorageSettingsFromConfigData()and this bug is forfieldSettingsToConfigData()/fieldSettingsFromConfigData():)Wrote some tests for all of them.
Comment #5
yched commentedYay - we already had another issue to fix that wrong call, but it was still "needs tests". Will mark it as duplicate if I can dig it back :-)
Comment #6
amateescu commentedThis is the issue: #2343483: Doc cleanup after FieldConfig
Comment #7
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 74f9435 and pushed to 8.0.x. Thanks!
Comment #9
yched commented@amateescu : thanks :-) Reuploaded the patch over there, it's now just a minor doc fix.