We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d15d39 commit f1abef9Copy full SHA for f1abef9
ckanext/activityinfo/blueprints/activity_info.py
@@ -169,7 +169,7 @@ def remove_api_key():
169
170
171
@activityinfo_bp.route('/download/<form_id>.<format>')
172
-def download_form_data(form_id, format):
+def download_form_data(form_id, format='csv'):
173
""" Download form data as JSON file.
174
This starts an export job and returns the job status URL.
175
"""
0 commit comments