Skip to content
Snippets Groups Projects
Commit 6bf75d9c authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix call of parent save method

parent 7cf98d40
No related branches found
No related tags found
1 merge request!52Resolve "Only allow one absence at any point of time"
Pipeline #194027 passed
......@@ -235,8 +235,8 @@ class Absence(FreeBusy):
event_within.datetime_start = new_datetime_end
event_within.save(skip_overlap_handling=True)
if not skip_save:
super().save(*args, **kwargs)
if not skip_save:
super().save(*args, **kwargs)
class Meta:
verbose_name = _("Absence")
......
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