Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
913d5a86
Commit
913d5a86
authored
Jan 08, 2019
by
BAIRE Anthony
Browse files
fix the download .zip view
parent
5aa40f22
Pipeline
#57580
failed with stage
in 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
django/allgo/main/views.py
View file @
913d5a86
...
...
@@ -1311,7 +1311,7 @@ class JobFileDownload(JobAuthMixin, View):
return
redirect
(
"/datastore/%s/%s"
%
(
job_id
,
filename
))
class
JobFileDownloadAll
(
JobAuthMixin
,
View
):
class
JobFileDownloadAll
(
JobAuthMixin
,
SingleObjectMixin
,
View
):
"""Archive and download all files of a given job
"""
model
=
Job
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment