Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Feb 2014 at 21:37 UTC
Updated:
29 Jul 2014 at 23:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
swentel commentedHere we go. I've added a test to the Field UI tests because this also fixes an error in FieldOverview which would blow up very easily when trying to show the message with the error. Also cleaned up a leftover todo in FieldTypePluginManager along the way.
Comment #2
swentel commentedOk, this needs a reroll now the field class rename patch is in of course.
Comment #3
swentel commentedReroll
Comment #4
berdirBest forgotten @todo ever :)
Everything on a content entities is a field, so there can't be a key that is not also a field, so the first line shouldn't be necessary.
Comment #5
swentel commentedRight, duh, where's my mind.
Comment #6
berdirNow it looks great :)
Comment #7
berdir5: 2199811-5.patch queued for re-testing.
Comment #8
alexpottWe can use getBaseFieldDefinitions() here.
Comment #10
swentel commentedComment #11
berdirThanks, back to RTBC.
Comment #12
alexpottCommitted 7099e22 and pushed to 8.x. Thanks!