fixed a few more bugs. very very close to having working mail to discussion
This commit is contained in:
parent
1f6a6a2ba1
commit
f4376ab5be
2 changed files with 3 additions and 2 deletions
|
|
@ -285,6 +285,7 @@ sub set {
|
|||
$self->session->db->setRow("WorkflowSchedule","taskId",$self->{_data});
|
||||
$spectre->notify("cron/deleteJob",{taskId=>$self->getId,config=>$self->session->config->getFilename});
|
||||
my %params = %{$self->{_data}};
|
||||
$params{parameters} = $self->get("parameters");
|
||||
$params{config} = $self->session->config->getFilename;
|
||||
$params{sitename} = $self->session->config->get("sitename")->[0];
|
||||
$spectre->notify("cron/addJob", \%params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue