mostly working workflow
This commit is contained in:
parent
46c8e25e3a
commit
11cc18a5c3
8 changed files with 31 additions and 66 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue