autoGenerate and noFormPost are required for JSON fields. Fixes bug #10991.
This commit is contained in:
parent
716da0440f
commit
694d54928e
2 changed files with 2 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ sub definition {
|
|||
defaultValue => [],
|
||||
serialize => 1,
|
||||
noFormPost => 1,
|
||||
autoGenerate => 0,
|
||||
tab => "display",
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue