- 🇨🇦Canada No Sssweat
No Sssweat → made their first commit to this issue’s fork.
I have a view which, for various reasons, I had to alter one of the fields using hook_views_view_field()
.
But this hook is not firing on the CSV export, therefore different/incorrect data is in the CSV compared to the view shown on the website.
From looking at the code in Plugin/views/display/DataExport
, I think it bypasses all the usual views field rendering functions.
So could we invoke our own hook somewhere, such as Plugin/views/style/DataExport::render()
?
Fixed
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No Sssweat → made their first commit to this issue’s fork.