Add schedule edit support

This commit is contained in:
Dane Everitt 2018-02-04 13:51:24 -06:00
parent f42bc8a031
commit d4d9eda57a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 128 additions and 5 deletions

View file

@ -63,7 +63,7 @@ class TaskCreationService
'action' => $data['action'],
'payload' => $data['payload'],
'time_offset' => $delay,
]);
], false);
return $task;
}