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

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