Problem/Motivation
Hi, when decorating the date.formatter service, this module stops working because it expects a specific class in dependency injection.
Steps to reproduce
Define a decorator for the date.formatter service, then go to /node/{node}/workflow
Proposed resolution
Replace the DateFormatter class with the DateFormatterInterface interface in dependency injection.
Issue fork workflow-3418056
Show commands
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 #6
johnvThanks, committed via MR.