fix: bug that did not allow calendar update feeds workflow activity to complete
This commit is contained in:
parent
a3ed7edfe0
commit
ca852b583a
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
7.4.9
|
||||
- fix: Bug that did not allow Calendar Update Feeds workflow activity to
|
||||
complete
|
||||
|
||||
7.4.8
|
||||
- fix: Syndicated Content doesn't display all items with multiple feeds in interleaved mode
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ sub execute {
|
|||
my $dt = WebGUI::DateTime->new($session, $startTime)->toMysql;
|
||||
|
||||
local $JSON::UnMapping = 1;
|
||||
my $eventList;
|
||||
my $eventList = [];
|
||||
my $feedList;
|
||||
if ($instance->getScratch('events')) {
|
||||
$eventList = jsonToObj($instance->getScratch('events'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue