- fix: undefined activity
This commit is contained in:
parent
81fd7c6194
commit
155ca81291
3 changed files with 27 additions and 8 deletions
|
|
@ -324,7 +324,7 @@ sub commit {
|
|||
$cron = WebGUI::Workflow::Cron->create($self->session, {
|
||||
title=>$self->getTitle." ".$i18n->get("mail"),
|
||||
minuteOfHour=>"*/".($self->get("getMailInterval")/60),
|
||||
className=>"WebGUI::Asset::Wobject::Collaboration",
|
||||
className=>(ref $self),
|
||||
methodName=>"new",
|
||||
parameters=>$self->getId,
|
||||
workflowId=>"csworkflow000000000001"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue