- First commit to issue fork.
- Merge request !116Issue #3301760: [5.x] Separate image and entity_reference formatters β (Open) created by Unnamed author
- Status changed to Needs review
11 months ago 9:18am 4 February 2024 - πΊπ¦Ukraine bobi-mel
I've separated mage and entity_reference formatters. Please check it.
- πΊπ¦Ukraine dinazaur
Hi @Anybody just to clarify. What we need is to implement 4 formatters - 2 for image (Responsive and Not) 2 for entity_reference (Responsive and Not) Is that correct?
- π©πͺGermany Anybody Porta Westfalica
@dinazaur:
Hi @Anybody just to clarify. What we need is to implement 4 formatters - 2 for image (Responsive and Not) 2 for entity_reference (Responsive and Not) Is that correct?
Yes that's right. Of course we should try to not duplicate code where possible, for example by using inheritance and base / abstract classes.
- Assigned to bobi-mel
- Status changed to Needs work
11 months ago 8:43am 8 February 2024 - Issue was unassigned.
- Status changed to Needs review
10 months ago 2:31pm 1 March 2024 - πΊπ¦Ukraine bobi-mel
I've separated mage and entity_reference formatters. Please check it.
- Status changed to RTBC
6 months ago 1:32pm 20 June 2024 - πΊπ¦Ukraine vlad.dancer Kyiv
Hey @bobi-mel, thanks for your work! I reviewed it, looks great! I've worked on #3455963 on top of your code.
- Status changed to Needs work
6 months ago 1:36pm 20 June 2024 - π©πͺGermany Anybody Porta Westfalica
Thank you all very much! To ensure this works stable, we should have tests for the new features like for the existing old ones.
This module is widely used and broke too often in the past. We shouldn't risk that. Thanks! - Status changed to Needs review
about 2 months ago 2:56pm 28 October 2024 - πΊπ¦Ukraine bobi-mel
We have separate tests for the Image and the Media Reference. While working on the issue I fixed the test for the Media Reference after splitting the formatted
I guess they are enough