converting versioning to use workflow

This commit is contained in:
JT Smith 2006-03-14 17:46:32 +00:00
parent c6b0d9b8d5
commit cba26ecc0c
20 changed files with 427 additions and 587 deletions

View file

@ -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();