forward port thread approval workflow into thread
This commit is contained in:
parent
13eb87ffe5
commit
e5daa223ed
2 changed files with 7 additions and 0 deletions
|
|
@ -248,6 +248,12 @@ sub getArchiveUrl {
|
|||
$self->getUrl("func=archive");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub getAutoCommitWorkflowId {
|
||||
my $self = shift;
|
||||
return $self->getThread->getParent->get("threadApprovalWorkflow");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub getLastPost {
|
||||
my $self = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue