Use the right fieldtype for JSON fields in the db.
This commit is contained in:
parent
509b833d08
commit
4b730ac13d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ use WebGUI::Types;
|
|||
define tableName => 'assetAspectComments';
|
||||
property comments => (
|
||||
noFormPost => 1,
|
||||
fieldType => "hidden",
|
||||
fieldType => "textarea",
|
||||
default => sub { [] },
|
||||
traits => ['Array', 'WebGUI::Definition::Meta::Property::Serialize',],
|
||||
isa => 'WebGUI::Type::JSONArray',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue