- Issue created by @kksandr
- Merge request !34Issue #3400477 by kksandr: fix dependency injection → (Closed) created by Unnamed author
- last update
about 1 year ago 39 pass - Status changed to Needs review
about 1 year ago 1:08pm 9 November 2023 Hello everyone, I have conducted tests with the module without applying the patch published by kksandr, and I cannot identify the issue associated with this case. After applying the patch, I also don't see any errors. However, I consider it important to determine how to reproduce the issue in order to know if the problem has been resolved.
@DavidMV97, you need to define a decorator for the date.formatter service, after which the module breaks.
For example:services: date.formatter.decorator: class: Drupal\your_module\YourDecoratorDateFormatter decorates: 'date.formatter' decoration_priority: 50 arguments: [ '@date.formatter.decorator.inner' ]
- Status changed to Closed: outdated
9 months ago 9:23am 11 April 2024 Fixed in Diff should typehint DateFormatter interface rather than a specific implementation 🐛 Diff should typehint DateFormatter interface rather than a specific implementation Fixed