Skip to content
Snippets Groups Projects
Commit 115520ce authored by Julian's avatar Julian
Browse files

Exclude PersonalNotes without note

parent 54329c85
No related branches found
No related tags found
1 merge request!400Resolve "Extra marks also in person multiple select in lesson dialog"
......@@ -47,7 +47,7 @@ class ParticipationStatusType(
person=root.person,
documentation=root.related_documentation,
note__isnull=False,
)
).exclude(note__exact="")
class ParticipationStatusBatchPatchMutation(BaseBatchPatchMutation):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment