- Issue created by @quadrexdev
- Merge request !26#3385152 - Added new alter hook in order to allow to alter all exported rows β (Open) created by quadrexdev
- last update
over 1 year ago 3 pass - Status changed to Needs review
over 1 year ago 12:56pm 4 September 2023 - πΊπ¦Ukraine quadrexdev Lutsk
Added a patch with a new alter hook. Please, review.
- π―π΄Jordan mohammad-fayoumi Amman
@quadrexdev Thanks,
The patch works as expected.
- First commit to issue fork.
- π΅πΉPortugal gueguerreiro Lisboa
I had to use this for a very specific use-case, where we needed to add extra "nested"-rows after each result row. Using the current `views_data_export_row` this simply is not possible.
I merged the issue fork to the current upstream, so it's no longer behind, and I did some small QoL changes (Adding docblocks to the hook functions, adding dependency injection for the module handler service).
Hoping to get this RTBC.