Problem/Motivation
FeedViewBuilder::buildComponents() uses #path instead of #uri when building the feed image render array
Proposed resolution
Switch #path to #uri. Add a test to avoid future regressions
Remaining tasks
Review
Commit
User interface changes
The feed image now actually displays, instead of showing just the alt text.
API changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2427409.patch | 1.29 KB | ParisLiakos |
| #1 | 2427409-FAIL.patch | 721 bytes | ParisLiakos |
Comments
Comment #1
ParisLiakos commentedComment #3
berdirLooks good and has test coverage.
Comment #4
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed e26375e and pushed to 8.0.x. Thanks!