- Issue created by @JeroenT
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @jeroent opened merge request.
- last update
over 1 year ago 3 pass - last update
over 1 year ago 3 pass - last update
over 1 year ago 3 pass - Status changed to Needs review
over 1 year ago 12:37pm 21 September 2023 - last update
over 1 year ago 3 pass - πΊπΈUnited States DamienMcKenna NH, USA
I think this is more of a feature request than a bug report.
- πΊπΈUnited States DamienMcKenna NH, USA
π Admin theme not active when using batch export method and a display path starting with admin/ Needs review is related, though it covers more scope.
- Status changed to RTBC
about 1 year ago 5:09pm 23 January 2024 - Status changed to Needs review
10 months ago 7:09pm 21 June 2024 - π¬π§United Kingdom steven jones
+++ b/src/Plugin/views/display/DataExport.php @@ -152,6 +152,9 @@ class DataExport extends RestExport { + $batch['theme'] = \Drupal::request()->query->get('theme');
Is this a random security type issue? In that presumably you could request a theme you wouldn't normally have access to?
Do we need some kind of security token type thing to validate that?
- Status changed to Closed: duplicate
27 days ago 3:14pm 7 March 2025 - π¬π§United Kingdom steven jones
This got solved in π Admin theme not active when using batch export method and a display path starting with admin/ Needs review I reckon. Thanks everyone for the work here.