- Issue created by @goz
- 🇫🇷France goz
My bad, this error is not 1.5 relative, but occures after applying MR ✨ Add export links as local actions instead of feed icons Active (which does not apply on 1.5 but my module was in bad state)
After updating module from 1.4 to 1.5, then updating a data export views, following error occures :
TypeError: views_data_export_view_update(): Argument #1 ($entity) must be of type ViewEntityInterface
Go to admin views ui, submit again a data export view.
Fix in views_data_export.module :
function views_data_export_view_update(\Drupal\views\ViewEntityInterface $entity): void {
Active
1.5
Code
My bad, this error is not 1.5 relative, but occures after applying MR ✨ Add export links as local actions instead of feed icons Active (which does not apply on 1.5 but my module was in bad state)