Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
PPTI-Mobile Apps Monitoring Wabah Tuberkolosis
Neza-Backend
Commits
d44ef3d7
Commit
d44ef3d7
authored
Jun 04, 2020
by
Jonathan Christopher Jakub
Browse files
[REFACTOR] Enable permission on CSV export view
parent
a1aa988e
Pipeline
#49753
passed with stages
in 2 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/exportables/views.py
View file @
d44ef3d7
...
...
@@ -93,7 +93,7 @@ class CaseCountsView(APIView):
class
ExportInvestigationCaseView
(
APIView
):
#
permission_classes = (IsAuthenticated,)
permission_classes
=
(
IsAuthenticated
,)
renderer_classes
=
(
InvestigationCaseCSVRenderer
,)
def
get
(
self
,
request
,
format
=
None
):
...
...
Write
Preview
Supports
Markdown
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