Some fixes for the Calendar.
This commit is contained in:
parent
0d8fd2896c
commit
76ce6f74ca
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue