- Issue created by @bogdog400
- π³π±Netherlands tinto Amsterdam
Same (or similar) problem here, although the results on D10 and D9.5 differ.
Steps to recreate:
- Install Drupal, webform and config_view
- Enable only webform in/admin/structure/views/settings/config_view
- Create a new view of type 'webforms'On Drupal 10.1.0-dev with config_view 9.0.2:
Internal server error (500)
WSODOn Drupal 9.5.2-dev with config_view 9.0.2:
Warning: Undefined array key "entity revision" in Drupal\views\Plugin\views\query\QueryPluginBase->getEntityTableInfo() (line 288 of core/modules/views/src/Plugin/views/query/QueryPluginBase.php).
The view is created, but every time I save the view, this warning is triggered.