fixed: Get CS Mail workflow doesn't commit version tags created

This commit is contained in:
Graham Knop 2008-11-18 16:11:23 +00:00
parent f34171c2d8
commit f362a72210
2 changed files with 2 additions and 0 deletions

View file

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

View file

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