- 🇩🇪Germany zcht
version 3.0.0-rc1 has been released in the meantime, but it still contains this critical major bug. this should definitely be fixed before the new version gets a stable tag.
- 🇺🇸United States angrytoast Princeton, NJ
Agree with the assessment in #5 and #8. Here's a starter patch against 3.0.x that addresses those points:
- Deprecation message is only shown on the formatter summary
- Warnings are logged, not shown as a message on viewing the formatter
- Add
hook_requirements
warning on the status page if deprecated instances are detected - Add update hook to update the affected configs. I just picked 8001 as the number since the latest info.yml claims 8.x compatibility and there has never been an install file for this module
This patch addresses
core.entity_view_display
andviews.view
config as the obvious spots where there may be affected field formatters. Not sure of other potential cases. - Status changed to Needs review
over 1 year ago 5:06pm 6 July 2023 - 🇺🇸United States angrytoast Princeton, NJ
Whoops, missed a spot in the patch. Here's the updated one.
- 🇮🇳India anand.toshniwal93
- Updated static queries to dynamic queries
- Fixed issue with batch processing
Patch re-rolled against 3.0.0-rc1 and with above updates.
- 🇮🇳India anand.toshniwal93
Mistakenly added orderBy to query removed it in this patch.
- 🇮🇳India anand.toshniwal93
Fixed update hook number for previous patch (><)