autoGenerate and noFormPost are required for JSON fields. Fixes bug #10991.

This commit is contained in:
Colin Kuskie 2009-09-15 14:21:19 -07:00
parent 716da0440f
commit 694d54928e
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@
- fixed #10913: User profiles: Impossible to delete field contents
- fixed #10929: EMS Ticket Start Date Sort
- fixed #10885: Code Editor breaks Javascript comments
- fixed #10991: Calendar: bug in Display tab
7.7.19
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread

View file

@ -261,6 +261,7 @@ sub definition {
defaultValue => [],
serialize => 1,
noFormPost => 1,
autoGenerate => 0,
tab => "display",
},