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

@ -47,6 +47,7 @@
- fixed #4181: hoover help for 'encrypt login' is wrong
- fixed #4186: search results (macro not expanded in the synopsis field)
- fixed #4191: Using 3 consecutive tildes in a Post title makes a bad URL/Pos
- fixed #8927: Collaboration System: Thread approval workflow setting ignore
7.6.3
- improved performance of file uploads

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;