converting versioning to use workflow
This commit is contained in:
parent
c6b0d9b8d5
commit
cba26ecc0c
20 changed files with 427 additions and 587 deletions
|
|
@ -101,7 +101,7 @@ Renders a template picker control.
|
|||
sub toHtml {
|
||||
my $self = shift;
|
||||
my $workflowList = WebGUI::Workflow->getList($self->session, $self->get("type"));
|
||||
$workflowList->{""} = "None";
|
||||
$workflowList->{""} = "None" if ($self->get("none"));
|
||||
$self->set("options", $workflowList);
|
||||
$self->setManageIcons();
|
||||
return $self->SUPER::toHtml();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue