Bugs item #1241273, was opened at 2005-07-19 19:24
Message generated for change (Settings changed) made by greggmc
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241273&group_id=8956
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Kon Angelopoulos (angek)
Assigned to: Kon Angelopoulos (angek)
Summary: Cant export data when testing survey
Initial Comment:
The export links (Save on Server, Download) do not
seem to work from the 'Test a Survey" page.
It seems the problem may stem from the following
javascript in test.inc
exportSubmit(\'export\',document.export'.$sid.')
should this be:
exportSubmit(\'export]',document.getElementById
(\'export'.$sid.'\')
----------------------------------------------------------------------
Comment By: Matthew Gregg (greggmc)
Date: 2005-07-20 19:29
Message:
Logged In: YES
user_id=14116
Fixed in CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241273&group_id=8956
|