Problem/Motivation
This module is incompatible with Hux or any other module that decorates/overrides any of the services used in the formatters because the constructors are enforcing the concrete classes in core rather than the interfaces.
Steps to reproduce
Install hux and file_download_link
Proposed resolution
Type hint on the interface rather than the concrete class.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3308067-2.patch | 5.65 KB | acbramley |
Comments
Comment #2
acbramley commentedComment #3
danflanagan8Thanks for the issue, @acbramley!
The patch looks clean, the test pass, and this definitely fixes a whoopsie on my part. I'll commit this shortly.
Comment #5
danflanagan8Committed. I'll put out a new release real quick because why not?
Thanks again!
Comment #6
danflanagan8Comment #7
acbramley commented@danflanagan8 thanks for the quick turnaround, appreciate it!