- Issue created by @fago
- Merge request !42Draft: Issue #3440442 by fago: Make EntityCeDisplays use CE field formatters as renderer → (Open) created by fago
- Status changed to Needs review
7 months ago 12:57pm 26 April 2024 - 🇦🇹Austria fago Vienna
I started with trying to make the UI basically work. Somehow the changes are partically not saved atm. After quite some trial and error I figured that it is related to the ajax reload.
-->
After re-factoring, it's basically working now. Opened 📌 Make editing CE entity display basically work Active to work over the UI once we are fully done here and things work from a config.I figured that entity-displays are still quite connect to core field formatters, what conceptually makes no sense in our case. We need to connect them to CE-field-formatters. For doing so, quite some changes were still needed to finish the introduction of CE-field-formatters. Thus, as a first step I worked over the code to make this work.
- Status changed to Active
7 months ago 3:44pm 26 April 2024 - 🇦🇹Austria fago Vienna
Created another branch and MR https://git.drupalcode.org/project/custom_elements/-/merge_requests/43 - which contains a first plugin for fields. For now, testing with a single 'timestamp' formatter.
Also, tried fixing the auto formatter, which needs work. It seems we need to improve our auto-processing to actually support a custom name to be given.
- 🇦🇹Austria fago Vienna
added a dedicated issue for auto-formatting: https://www.drupal.org/project/custom_elements/issues/3443794#comment-15... 📌 Add auto-formatter that uses regular processors Active
- Status changed to Needs work
7 months ago 7:42am 30 April 2024 - Merge request !45Issue #3440442 by fago: Add support for core field formatters → (Merged) created by fago
- Status changed to Needs review
7 months ago 11:52pm 3 May 2024 - 🇦🇹Austria fago Vienna
finished step2 and made things work. Stumbled over quite some things, added lots of todos for them and created issues for 3.x.
Finally, I worked over tests and made them work again. Partially I added new display-ce configs to make things work, so we see them being taken into account.Also, I had to work over the render pipeline such that it actually renders config first, and fallsback to processors second. Given that we should have the foundation for 3.x with this PR, but need to work through all of those smaller todos in follow-ups.
- Status changed to Fixed
7 months ago 11:54pm 3 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.