Problem/Motivation
I'm unable to add an "Aggregator feed item" area to the footer of a view. The settings of the area handler don't appear.
The following error appears in watchdog:Drupal\Core\Entity\EntityStorageException: Entity type aggregator_item does not support UUIDs. in Drupal\Core\Entity\EntityManager->loadEntityByUuid() (line 1132 of /home/dfg64/www/core/lib/Drupal/Core/Entity/EntityManager.php).
Steps to reproduce:
- Standard Drupal 8 install
- Enabled Aggregator Module
- Edit "Content" view (or any other): admin/structure/views/view/content
- Click "Add" on Header or Footer in view configuration
- Select "Global: Rendered entity - Aggregator feed item" and "Apply"
- Note Configuration for Aggregator feed item is not presented, Above error should appear in logs
- Closing the "Add" Dialog and clicking "Save" on view will also produce this error.
Proposed resolution
Fix it. Write tests.
Remaining tasks
Fix it. Write tests.