Skip to content
Snippets Groups Projects
Commit 4661ffc5 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by Julian
Browse files

Simplify filter condition

parent a6e2c08a
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( ...@@ -47,7 +47,7 @@ class ParticipationStatusType(
person=root.person, person=root.person,
documentation=root.related_documentation, documentation=root.related_documentation,
note__isnull=False, note__isnull=False,
).exclude(note__exact="") ).exclude(note="")
class ParticipationStatusBatchPatchMutation(BaseBatchPatchMutation): 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