- 🇮🇳India nikhil_110
Try to fixed Cc Issue #48, #49 && Attached patch against Drupal 10.1.x
- Status changed to Needs review
over 1 year ago 8:33am 4 April 2023 The last submitted patch, 56: 2840283-56.patch, failed testing. View results →
- last update
over 1 year ago 30,332 pass, 3 fail - Status changed to Needs work
over 1 year ago 12:32pm 12 June 2023 - 🇨🇿Czech Republic Bohus Ulrych Pilsen (Czechia)
FYI patch #42 still works, tested on Drupal 10.1.6
Patches posted later doesn't work - tested with View with exposed filters using views_embed_view(), where is attached Data export display (module views_data_export, reported in issue 3166881 of this module). - 🇺🇸United States maskedjellybean Portland, OR
With patch #56 applied to Drupal 10.1.6 I get this error in watchdog when submitting (pressing submit/apply button) with an embedded view with AJAX enabled and with exposed filters:
access denied Warning Path: /views/ajax?_wrapper_format=drupal_ajax&title=&field_event_date_value=2023-12-04&field_event_date_end_value=&field_event_tags_target_id=&moderation_state=All&view_name=group_dashboar
And it seems that the exposed filters have no affect on the results.
Additionally when resetting the view using the reset button, despite having AJAX enabled for the view, the entire page is reloaded and I am taken to the top of the page. This is less than ideal.
I also had this issue and solved it with the patch from #42. I didn't try any of the other patches based on #60
I am on views_data_export 1.2 on drupal 9.5.11.- Status changed to Needs review
11 months ago 7:13pm 20 December 2023 - last update
11 months ago 29,720 pass, 3 fail - Status changed to Needs work
11 months ago 8:43pm 20 December 2023 - 🇺🇸United States smustgrave
Still needs tests. Also issue summary should follow the standard issue template please.
Hiding problematic patches, since #42 is still what people are using.
- Merge request !8053Issue #2840283: Add ::getLinkDisplay() to Block and Embed → (Open) created by Liam Morland
- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
Opened a merge request with the patch in #42.