- π³πΏNew Zealand quietone
I tested this today on a fresh Drupal 10.3.x, umami install. I installed views_data_export, made the view and exposed the 'published' filter, tested, duplicated the view and tested again. In all cases this worked without error.
This still needs steps to reproduce. I am keeping the status at Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
- π¦πΊAustralia RichardGaunt Melbourne
I've also been able to replicate by changing an exported data export display exposed form to `exposed_form: false` following #10
And then reimporting config, the RestExport::usesExposed class that DataExport class inherits always returns true and so when an exposed form is not present it throws error.
I was not able to replicate through the UI but just through manual manipulation of the configuration.