- Issue created by @thony1199
- Assigned to thony1199
- 🇨🇷Costa Rica thony1199
I have added a version of this module, which allows me to open the csv in another tab.
- Issue was unassigned.
- Status changed to Needs review
8 months ago 3:12pm 5 August 2024 - Status changed to Needs work
about 1 month ago 3:20pm 7 March 2025 - 🇬🇧United Kingdom steven jones
Oh nice! This would be a great little feature I reckon.
+++ b/templates/export-icon.html.twig @@ -12,6 +13,6 @@ -<a href="{{ url }}"{{ attributes.addClass('feed-icon') }}> +<a target="{{ target }}" href="{{ url }}"{{ attributes.addClass('feed-icon') }}>
I wonder if we can get the target into the attributes here?
Does this need a test to make sure that the link is getting generated with the appropriate target?
- Merge request !71Issue #3463639: Add an option to open export links in a new tab in Views Data Export → (Open) created by steven jones
- 🇬🇧United Kingdom steven jones