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
|
|
@ -26,6 +26,7 @@
|
|||
- fixed #4198: Namespace of Template "Newsletter (Manager)" set to "Collaboration
|
||||
- fixed #4161: asset manager: switching title to descending order reverts to ascending on next page
|
||||
- fixed #8914: epoch for calendar/List View for Calendar
|
||||
- fixed: Get CS Mail workflow doesn't commit version tags created
|
||||
|
||||
7.6.3
|
||||
- improved performance of file uploads
|
||||
|
|
|
|||
|
|
@ -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