a bunch of bug fixes and tweaks related to workflow/versioning
This commit is contained in:
parent
f73b2996da
commit
985417afd3
9 changed files with 38 additions and 9 deletions
|
|
@ -49,7 +49,11 @@ sub www_addWorkflow {
|
|||
);
|
||||
my %options = ();
|
||||
foreach my $object (keys %{$session->config->get("workflowActivities")}) {
|
||||
$options{$object} = $object;
|
||||
if ($object eq "None") {
|
||||
$options{$object} = $i18n->get("no object");
|
||||
} else {
|
||||
$options{$object} = $object;
|
||||
}
|
||||
}
|
||||
$f->selectBox(
|
||||
name=>"type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue