Update the icalFeeds field to use JSON fields correctly.
This commit is contained in:
parent
4b730ac13d
commit
b8fc033bd7
1 changed files with 4 additions and 4 deletions
|
|
@ -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 => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue