Closed (fixed)
Project:
Profile
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2024 at 18:31 UTC
Updated:
22 Mar 2024 at 22:14 UTC
Jump to comment: Most recent
Hi, when decorating the date.formatter service, this module stops working because it expects a specific class in dependency injection.
Define a decorator for the date.formatter service, then go to /admin/people/profiles
Replace the DateFormatter class with the DateFormatterInterface interface in dependency injection.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
kksandr commentedComment #5
jsacksick commentedCommitted, thanks!