Views Data Export is broken in views containing Views ExPost. The query parameter q (path) is included in the exposed input, which overwrites the page url.

I will attach a patch.

Comments

sjerdo created an issue. See original summary.

sjerdo’s picture

Status: Active » Needs review
StatusFileSize
new581 bytes

Added a patch for this issue.
This will use the result of drupal_get_query_parameters (which excludes $_GET['q']) instead of $_GET