Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Maximilian Michal
grady
Commits
75e928da
Commit
75e928da
authored
3 years ago
by
Jakob Dieterle
Committed by
Jakob Dieterle
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix accessrights
parent
6206f501
No related branches found
Branches containing commit
No related tags found
1 merge request
!244
Resolve "Make exam a many to many field on StudentInfo model"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/views/common_views.py
+1
-0
1 addition, 0 deletions
core/views/common_views.py
with
1 addition
and
0 deletions
core/views/common_views.py
+
1
−
0
View file @
75e928da
...
...
@@ -106,6 +106,7 @@ class StudentReviewerApiViewSet(viewsets.ReadOnlyModelViewSet):
class
ExamApiViewSet
(
viewsets
.
ReadOnlyModelViewSet
):
"""
Gets a list of an individual exam by Id if provided
"""
permission_classes
=
(
IsReviewer
,)
queryset
=
ExamType
.
objects
.
all
()
serializer_class
=
ExamSerializer
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment