Closed (fixed)
Project:
Views data export
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 17:12 UTC
Updated:
9 Dec 2011 at 08:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Apfel007 commentedfound the reason .. the "%" is the problem .. how to get rid of this?
the same for the download path..
this is on part where the path is build .. simple cutting the wildcards in path ? Or better replace the wildcards?
Comment #2
Apfel007 commentedhow to replace alle % in the pathes ? Witch functions create that pathes?
Comment #3
Apfel007 commentedis this a apache 2.2 problem?
Comment #5
steven jones commentedWe really should support views wildcards, so lets check this one out.
Comment #6
Matir commentedThis patch uses views get_url() function to determine the path to use for the next steps. I've tested with a view with arguments (which inspired work on this) and it works for me. Testing would be appreciated.
(The patch can be applied via 'git am'.)
Comment #7
derhasi commentedI had a similar problem, with a path node/%/content/export. This patch solved it.
So, works fine!
Comment #8
steven jones commentedThanks, pushed to all branches.