Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 May 2013 at 14:45 UTC
Updated:
29 Jul 2014 at 22:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andypostprobably needs test
Comment #2
amateescu commentedI wouldn't bother with a test for this :/
Comment #3
swentel commenteddamiankloip is working on a test actually.
Comment #4
damiankloip commentedI think we should have a test :) and it only takes 5 mins. Here is the test and combined.
Comment #5
swentel commentedComment #7
swentel commentedHrm, actually, shouldn't we go to the field admin overview ?
Also you can chain entity_get_form_display()->remove->save().
Comment #8
damiankloip commented#4: 1998992-4.patch queued for re-testing.
Comment #9
swentel commentedNevermind, it's ok, seriously.
Comment #10
swentel commentedComment #11
berdir#569434: Remove taxonomy term description field; provide description field for forum taxonomy is triggering this, so it adds additional test coverage for this and is blocked on it right now :)
Comment #12
damiankloip commentedWe don't need to assign entity_get_form_display to a variable.
Comment #13
swentel commentedBetter, thanks!
Comment #14
alexpottCommitted 2de1370 and pushed to 8.x. Thanks!