diff --git a/lib/WebGUI/Asset/Wobject/Calendar.pm b/lib/WebGUI/Asset/Wobject/Calendar.pm index 58add8af9..d3600dfb7 100644 --- a/lib/WebGUI/Asset/Wobject/Calendar.pm +++ b/lib/WebGUI/Asset/Wobject/Calendar.pm @@ -69,6 +69,7 @@ property groupIdEventEdit => ( ); property groupIdSubscribed => ( + noFormPost => 1, fieldType => 'hidden', ); @@ -239,7 +240,7 @@ sub _listViewPageInterval_builder { property icalFeeds => ( fieldType => "textarea", - default => [], + default => sub { return []; }, serialize => 1, noFormPost => 1, autoGenerate => 0,