Skip to content

Commit

Permalink
Merge pull request #35378 from dimagi/jc/location-safe-multimedia-exp…
Browse files Browse the repository at this point in the history
…orts

mark multimedia export as location safe
  • Loading branch information
jingcheng16 authored Dec 2, 2024
2 parents 92e8825 + 430a6f5 commit ddd252f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corehq/apps/export/views/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ def parent_pages(self):

@require_POST
@login_and_domain_required
@location_safe
def prepare_form_multimedia(request, domain):
"""Gets the download_id for the multimedia zip and sends it to the
exportDownloadService in download_export.ng.js to begin polling for the
Expand Down

0 comments on commit ddd252f

Please sign in to comment.