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
|
|
@ -47,6 +47,7 @@
|
||||||
- fixed #4181: hoover help for 'encrypt login' is wrong
|
- fixed #4181: hoover help for 'encrypt login' is wrong
|
||||||
- fixed #4186: search results (macro not expanded in the synopsis field)
|
- 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 #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
|
7.6.3
|
||||||
- improved performance of file uploads
|
- improved performance of file uploads
|
||||||
|
|
|
||||||
|
|
@ -248,6 +248,12 @@ sub getArchiveUrl {
|
||||||
$self->getUrl("func=archive");
|
$self->getUrl("func=archive");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------
|
||||||
|
sub getAutoCommitWorkflowId {
|
||||||
|
my $self = shift;
|
||||||
|
return $self->getThread->getParent->get("threadApprovalWorkflow");
|
||||||
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
sub getLastPost {
|
sub getLastPost {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue