- Issue created by @jhinds
- Status changed to Needs work
about 1 year ago 12:10am 15 December 2023 - ๐ญ๐บHungary nevergone Nyรญregyhรกza, Hungary, Europe
Please test and review.
- ๐ช๐ธSpain markus_petrux
For us it is working properly. The data export display provides an option to choose the Facet source. Using the correct option worked for us... we're using facets_form module too.
Kind regards
- ๐บ๐ธUnited States jhinds
The patch in #3 works for me. Results are reflecting facet selections. Thanks!
- ๐ฌ๐งUnited Kingdom steven jones
Can we change to a Merge Request please, also:
+++ b/src/Plugin/views/display/DataExport.php @@ -668,7 +668,12 @@ class DataExport extends RestExport { + \Drupal::request()->request->add($query_parameters);
It should be fine to simply change to using this version in all cases? I don't think we need to detect anything here.