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 => (
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,