forward port thread approval workflow into thread

This commit is contained in:
Colin Kuskie 2008-11-22 00:44:41 +00:00
parent 13eb87ffe5
commit e5daa223ed
2 changed files with 7 additions and 0 deletions

View file

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