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 => (
|
property icalFeeds => (
|
||||||
|
noFormPost => 1,
|
||||||
fieldType => "textarea",
|
fieldType => "textarea",
|
||||||
default => sub { return []; },
|
default => sub { return []; },
|
||||||
serialize => 1,
|
traits => ['Array', 'WebGUI::Definition::Meta::Property::Serialize',],
|
||||||
noFormPost => 1,
|
isa => 'WebGUI::Type::JSONArray',
|
||||||
autoGenerate => 0,
|
coerce => 1,
|
||||||
tab => "display",
|
|
||||||
);
|
);
|
||||||
|
|
||||||
property icalInterval => (
|
property icalInterval => (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue