mostly working workflow

This commit is contained in:
JT Smith 2006-03-17 23:13:27 +00:00
parent 46c8e25e3a
commit 11cc18a5c3
8 changed files with 31 additions and 66 deletions

View file

@ -239,7 +239,7 @@ Locks the version tag and then kicks off the approval/commit workflow for it.
sub requestCommit {
my $self = shift;
$self->lock;
my $instance = WebGUI::Workflow::Instance->new($self->session, {
my $instance = WebGUI::Workflow::Instance->create($self->session, {
workflowId=>$self->get("workflowId"),
className=>"WebGUI::VersionTag",
method=>"new",