Closed (duplicate)
Project:
Drupal core
Version:
9.5.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 May 2017 at 16:44 UTC
Updated:
13 Jun 2022 at 07:19 UTC
Jump to comment: Most recent
Comments
Comment #2
lauriiiComment #3
tim.plunkett#2844302: Move Field Layout data model and API directly into \Drupal\Core\Entity\EntityDisplayBase will address this by making Field Layout always on, and completely built-in to the entity display system.
Additionally,
EntityDisplayInterface::getFieldFromBuild()has been added to help retrieve your fields.Before:
After:
The issue also adds a "Default" layout that has no markup at all.
Comment #4
tim.plunkettAnd yes, a solution to the issue linked in #2 would completely fix the problem.
Comment #15
quietone commentedAccording to #4 this issue will be fixed by the related issue from #2, #2846393: [PP-1] Investigate alternative approaches to moving fields in FieldLayoutBuilder::buildView(). That would make this a duplicate.
Therefor closing as a duplicate. If that is wrong, I am sure someone will reopen this.
Thanks