Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Alsijil
Commits
467aada0
Verified
Commit
467aada0
authored
1 year ago
by
magicfelix
Committed by
Jonathan Weth
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Set mutation fields explicitly
parent
fc19c951
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!352
Draft: Resolve "Add dialog with each lesson's students"
,
!350
Resolve "Add simple course book list"
,
!339
Draft: Resolve "Migrate to new data model"
Pipeline
#165206
failed
1 year ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/alsijil/schema/documentation.py
+3
-3
3 additions, 3 deletions
aleksis/apps/alsijil/schema/documentation.py
with
3 additions
and
3 deletions
aleksis/apps/alsijil/schema/documentation.py
+
3
−
3
View file @
467aada0
...
...
@@ -50,7 +50,7 @@ class DocumentationType(PermissionsTypeMixin, DjangoFilterMixin, DjangoObjectTyp
class
DocumentationCreateMutation
(
DjangoCreateMutation
):
class
Meta
:
model
=
Documentation
fields
=
(
only_
fields
=
(
"
course
"
,
"
lesson_event
"
,
"
subject
"
,
...
...
@@ -80,7 +80,7 @@ class DocumentationCreateMutation(DjangoCreateMutation):
class
DocumentationBatchCreateMutation
(
DjangoBatchCreateMutation
):
class
Meta
:
model
=
Documentation
fields
=
(
only_
fields
=
(
"
id
"
,
"
course
"
,
"
lesson_event
"
,
...
...
@@ -104,7 +104,7 @@ class DocumentationDeleteMutation(DeleteMutation):
class
DocumentationBatchPatchMutation
(
PermissionBatchPatchMixin
,
DjangoBatchPatchMutation
):
class
Meta
:
model
=
Documentation
fields
=
(
only_
fields
=
(
"
id
"
,
"
course
"
,
"
lesson_event
"
,
...
...
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