fix: new spectre.pl error
This commit is contained in:
parent
2d9565775f
commit
f63dc89a0b
3 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
7.0.1
|
7.0.1
|
||||||
- fix: User profile field "Department" needs i18n
|
- fix: User profile field "Department" needs i18n
|
||||||
|
- fix: new spectre.pl error (Martin Kamerbeek / Procolix)
|
||||||
|
|
||||||
7.0.0
|
7.0.0
|
||||||
- Welcome to a whole new world of WebGUI. After 2.5 years and 20,000 hours of
|
- Welcome to a whole new world of WebGUI. After 2.5 years and 20,000 hours of
|
||||||
|
|
|
||||||
|
|
@ -331,6 +331,7 @@ sub loadSchedule {
|
||||||
$data->{sitename} = $session->config->get("sitename")->[0];
|
$data->{sitename} = $session->config->get("sitename")->[0];
|
||||||
$kernel->yield("addJob", $data);
|
$kernel->yield("addJob", $data);
|
||||||
}
|
}
|
||||||
|
$result->finish;
|
||||||
$session->close;
|
$session->close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -267,6 +267,7 @@ sub loadWorkflows {
|
||||||
while (my ($id, $priority) = $result->array) {
|
while (my ($id, $priority) = $result->array) {
|
||||||
$kernel->yield("addInstance", {gateway=>$config->get("gateway"), sitename=>$config->get("sitename")->[0], instanceId=>$id, priority=>$priority});
|
$kernel->yield("addInstance", {gateway=>$config->get("gateway"), sitename=>$config->get("sitename")->[0], instanceId=>$id, priority=>$priority});
|
||||||
}
|
}
|
||||||
|
$result->finish;
|
||||||
$session->close;
|
$session->close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue