Some fixes for the Calendar.

This commit is contained in:
Colin Kuskie 2010-02-03 17:54:17 -08:00
parent 0d8fd2896c
commit 76ce6f74ca

View file

@ -69,6 +69,7 @@ property groupIdEventEdit => (
); );
property groupIdSubscribed => ( property groupIdSubscribed => (
noFormPost => 1,
fieldType => 'hidden', fieldType => 'hidden',
); );
@ -239,7 +240,7 @@ sub _listViewPageInterval_builder {
property icalFeeds => ( property icalFeeds => (
fieldType => "textarea", fieldType => "textarea",
default => [], default => sub { return []; },
serialize => 1, serialize => 1,
noFormPost => 1, noFormPost => 1,
autoGenerate => 0, autoGenerate => 0,