fix downloading of images
This commit is contained in:
+1
-1
@@ -1080,7 +1080,7 @@ class SeriesImagesZipView(SuperuserRequiredMixin, BaseZipView):
|
||||
def get_files(self):
|
||||
series = Series.objects.get(pk=self.kwargs["pk"])
|
||||
|
||||
return [i.image.file for i in series.images.all()]
|
||||
return [i.image.file for i in series.get_images()]
|
||||
|
||||
|
||||
def create_series_findings(request):
|
||||
|
||||
Reference in New Issue
Block a user