Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed network error when downloading file
  • Loading branch information
temi committed Nov 11, 2021
1 parent 8ee7768 commit 5339d3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class DownloadController {
} else {
String fileExtension = params.fileExtension ?: 'zip'
webService.proxyGetRequest(response, "${grailsApplication.config.ecodata.service.url}/search/downloadProjectDataFile/${params.id}?fileExtension=${fileExtension}", true, true)
return null
}
}

Expand Down

0 comments on commit 5339d3c

Please sign in to comment.