mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
add group_name to channel data
This commit is contained in:
@@ -113,7 +113,7 @@ class Schedule(CommonModel):
|
||||
self.dtend = make_aware(datetime.datetime.strptime(until_date, "%Y%m%dT%H%M%SZ"), get_default_timezone())
|
||||
if 'count' in self.rrule.lower():
|
||||
self.dtend = future_rs[-1]
|
||||
emit_channel_notification('schedules-changed', dict(id=self.id))
|
||||
emit_channel_notification('schedules-changed', dict(id=self.id, group_name='schedules'))
|
||||
with ignore_inventory_computed_fields():
|
||||
self.unified_job_template.update_computed_fields()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user