Closed (fixed)
Project:
Drupal core
Version:
8.8.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2019 at 13:19 UTC
Updated:
28 Jul 2020 at 07:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedAttached patch updates the RSS
<channel><link>value to refer to the frontpage.Comment #4
lendudeI have to say I find the docs less then clear, but this does seem to be right and it is how it is used in the wild (see https://xkcd.com/atom.xml).
Nice test coverage and great to see that large block of (completely untested) logic removed.
Comment #5
catchCommitted 82c4122 and pushed to 8.8.x. Thanks!
Comment #8
gantal commentedI'm not sure if this is the right issue to post this under but I'm a little confused as to why the
<channel><link>value is set explicitly to the front page for every RSS feed. If I were to create multiple RSS feed displays, wouldn't each display need its own<link>value as per RSS specifications? A similar issue exists for Views in Drupal 7 (#1932516: Feed Channel Link Wrong with More then one Feed Display) but I could not find a corresponding issue for Drupal 8.