removed start/end dates from assets in favor of workflows that can do the same thing only better
This commit is contained in:
parent
8b6198220d
commit
103969816e
25 changed files with 316 additions and 251 deletions
|
|
@ -95,9 +95,11 @@ sub www_editCronJob {
|
|||
hoverHelp=>$i18n->get("run once help")
|
||||
);
|
||||
my $value = $cron->get("workflowId") if defined $cron;
|
||||
my $type = "None" unless defined $cron;
|
||||
$f->workflow(
|
||||
name=>"workflowId",
|
||||
value=>$value,
|
||||
type=>$type,
|
||||
label=>$i18n->get("workflow"),
|
||||
hoverHelp=>$i18n->get("workflow help")
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue