mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 01:48:35 -05:00
Be more strict when verifying dtstart
This commit is contained in:
@@ -98,6 +98,6 @@ class Schedule(CommonModel):
|
||||
self.unified_job_template.update_computed_fields()
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
# Check if new rrule, if so set dtstart and dtend to null
|
||||
# TODO: Check if new rrule, if so set dtstart and dtend to null
|
||||
self.update_computed_fields()
|
||||
super(Schedule, self).save(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user