- fix: notifications from postings
- Refactored the autocommit system to fix the notifications bug above.
This commit is contained in:
parent
2c7f49be9a
commit
02622ea55c
6 changed files with 49 additions and 5 deletions
|
|
@ -297,6 +297,7 @@ sub execute {
|
|||
{
|
||||
my $calendar = WebGUI::Asset->newByDynamicClass($self->session,$feed->{assetId});
|
||||
my $event = $calendar->addChild($properties);
|
||||
$event->requestAutoCommit;
|
||||
$added++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue