few more bug fixes and preparing for 7.0.3 release
This commit is contained in:
parent
ebc3db0725
commit
07301c12bd
8 changed files with 57 additions and 27 deletions
|
|
@ -69,7 +69,7 @@ sub definition {
|
|||
label=>$i18n->get("run once"),
|
||||
hoverHelp=>$i18n->get("run once help")
|
||||
},
|
||||
workflowId=>{
|
||||
workflowIdToRun=>{
|
||||
fieldType=>"workflow",
|
||||
defaultValue=>undef,
|
||||
label=>$i18n->get("workflow"),
|
||||
|
|
@ -137,7 +137,7 @@ sub execute {
|
|||
title=>"Generated by workflow instance ".$instance->getId." (".$self->get("title").")",
|
||||
enabled=>$self->get("enabled"),
|
||||
runOnce=>$self->get("runOnce"),
|
||||
workflowId=>$self->get("workflowId"),
|
||||
workflowId=>$self->get("workflowIdToRun"),
|
||||
priority=>$self->get("priority"),
|
||||
minuteOfHour=>$self->get("minuteOfHour"),
|
||||
hourOfDay=>$self->get("hourOfDay"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue