JSON fields need autoGenerate=>0 and noFormPost=>1, fixes bug #11075

This commit is contained in:
Colin Kuskie 2009-09-30 11:26:01 -07:00
parent 0388a2e403
commit a02b4c7bb4
3 changed files with 14 additions and 6 deletions

View file

@ -166,6 +166,7 @@ sub definition {
fieldType => 'textarea',
defaultValue => '[]',
noFormPost => 1,
autoGenerate => 0,
},
);
push(@{$definition}, {