Update the icalFeeds field to use JSON fields correctly.

This commit is contained in:
Colin Kuskie 2010-06-11 11:50:32 -07:00
parent 4b730ac13d
commit b8fc033bd7

View file

@ -241,12 +241,12 @@ sub _listViewPageInterval_builder {
}
property icalFeeds => (
noFormPost => 1,
fieldType => "textarea",
default => sub { return []; },
serialize => 1,
noFormPost => 1,
autoGenerate => 0,
tab => "display",
traits => ['Array', 'WebGUI::Definition::Meta::Property::Serialize',],
isa => 'WebGUI::Type::JSONArray',
coerce => 1,
);
property icalInterval => (