fixed: Get CS Mail workflow doesn't commit version tags created
This commit is contained in:
parent
f34171c2d8
commit
f362a72210
2 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ sub addPost {
|
|||
$storage->addFileFromScalar($filename, $file->{content});
|
||||
}
|
||||
}
|
||||
$post->requestAutoCommit;
|
||||
$post->postProcess;
|
||||
$post->getThread->unarchive if ($post->getThread->get("status") eq "archived");
|
||||
return $post;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue