Skip to content

Commit

Permalink
files: Fix commit on category wide download
Browse files Browse the repository at this point in the history
Fixes ESO-SPOLSZCZENIE-7
  • Loading branch information
nijel committed Sep 1, 2023
1 parent c4ae799 commit d7a7444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/trans/views/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def download(request, path):
)
return download_multi(
Translation.objects.filter(component__in=components),
[obj],
[obj.project],
request.GET.get("format"),
name=obj.slug,
)
Expand Down

0 comments on commit d7a7444

Please sign in to comment.