Problem/Motivation
There is a special case on the EntityFormatter of the module that is not needed.
Proposed resolution
Remove it.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interdiff-2704717-2-4.txt | 1.03 KB | johnchque |
| #4 | remove_special_case_on-2704717-4.patch | 1.88 KB | johnchque |
| #2 | remove_special_case_on-2704717-2.patch | 1.81 KB | johnchque |
Comments
Comment #2
johnchqueShould be fine. :)
Comment #3
berdirNot sure about test coverage. We certaionly add tests in paragraphs.
Comment #4
johnchqueDiscussed. This approach should work.
Comment #5
berdirYes, this should be save.
As discussed, lets try to do this in core too, with the same changes.
Comment #6
berdirFor the core issue, we might also want to update the entity_view() call with an injected entity view builder, we can do that in a follow-up too in ERR but shouldn't block the release on it.
Comment #8
miro_dietikerCommitted, thx.