Richard Jones wrote:
> On Tue, 20 Mar 2007, Tonu Mikk wrote:
>
>> When I use a URL to list all issues such as
>> http://domain/tracker
home/issue then the Download to CSV on the
>> issue.index.html page does not produce any data.
>>
>
> When I try this with a demo tracker, I get the results
as expected.
>
> Could you also please paste here the URL generated for
the "Download to CSV"
> link?
>
Thank you so much for addressing this.
This is "Download to CSV" link from page
http://localhost:891
7/demo/issue showing no data when I use that link.
http://localhost:89
17/demo/issue? action=export_csv& pagesize=50& startwith=0
This is "Download to CSV" link from page
"Show All" that downloads data.
http://localhost:89
17/demo/issue? action=export_csv& columns=id,activity,title,creator,assignedto,status&a
mp; sort=-activity& group=priority& filter=status& pagesize=50& startwith=0&status=-1,1,2,3,4,5,6,7
I see an obvious difference between these URLs, but this is
where I am
not sure where to go next. I assume that both of these URLs
are
generated by the same script which is I believe is this code
from
issue.index.html page:
<a tal:attributes="href
python:request.indexargs_url('issue',
{' action':'export_csv'})"
i18n:translate="">Download as CSV</a>
Thank you,
Tonu
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Roundup-users mailing list
Roundup-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/roundup-u
sers
|