Notice about views.view.aggregator_rss_feed.yml

Created on 22 March 2025, 15 days ago

I recently upgraded from Durpal 9 to Drupal 10.4.4, and the Aggregator module was update to v2.2.2 in the process with the following notice:

# Update #8601
The Aggregator RSS feed view was updated in version 2.0.x. Unfortunately, this site's view has been modified from the original and cannot be updated automatically. If you want to get the latest changes to the view, then you will need to manually import the configuration at aggregator/config/optional/views.view.aggregator_rss_feed.yml.

Aggregator is functioning correctly. For the sake of being thorough, how would I manually import views.view.aggregator_rss_feed.yml, and is there any risk of data loss in doing so, or can this notification be disregarded?

Please advise, thank you.

πŸ’¬ Support request
Status

Active

Version

2.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Rewted

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Rewted
  • πŸ‡¦πŸ‡ΊAustralia larowlan πŸ‡¦πŸ‡ΊπŸ.au GMT+10

    Hey πŸ‘‹

    The contents of the file can be imported via copying it's content and pasting it in the 'single import' form from admin/config/development/configuration/single/import after selecting 'View' as the configuration type and then 'aggregator_rss_feed' as the view - just leave the UUID from the existing one.

    If you're using drush, you could also copy the contents of that file into your exported .yml file - again leaving the UUID from the existing one.

    The drush approach would allow you to visit admin/config/development/configuration and see a diff between the two files - or you could also do this with git if you were using source control for your configuration files.

    In terms of what changed - https://git.drupalcode.org/project/aggregator/-/commit/620743b3e053a660e... is the only change which is:

    • Adding a sort
    • Ensuring empty items aren't output

    LR

Production build 0.71.5 2024