Skip to content

Commit

Permalink
Add Comments to the Download Function
Browse files Browse the repository at this point in the history
  • Loading branch information
keita-yasuda committed May 15, 2024
1 parent 6ab6bf5 commit e04cc85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/feedback/views/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def get_download_blueprint():
return blueprint


# Handler to Use When Called from External Extensions
def download(package_type, id, resource_id, filename=None):
if config.get('ckan.feedback.downloads.enable', True):
handler = DownloadController.extended_download
Expand Down

0 comments on commit e04cc85

Please sign in to comment.