Skip to content
Snippets Groups Projects
Verified Commit ca37c1e5 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add default ordering to absence reasons

parent 4b137410
No related branches found
No related tags found
1 merge request!30Resolve "Add default value to absence-reason-chip if none is provided"
Pipeline #191649 failed
...@@ -65,6 +65,7 @@ class AbsenceReason(ExtensibleModel): ...@@ -65,6 +65,7 @@ class AbsenceReason(ExtensibleModel):
name="only_one_default_absence_reason", name="only_one_default_absence_reason",
) )
] ]
ordering = ["-default"]
class Absence(FreeBusy): class Absence(FreeBusy):
......
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