Use the right fieldtype for JSON fields in the db.

This commit is contained in:
Colin Kuskie 2010-06-11 11:49:37 -07:00
parent 509b833d08
commit 4b730ac13d

View file

@ -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',