diff --git a/lib/WebGUI/Role/Asset/Comments.pm b/lib/WebGUI/Role/Asset/Comments.pm index 43b2a81a8..ca54fd16f 100644 --- a/lib/WebGUI/Role/Asset/Comments.pm +++ b/lib/WebGUI/Role/Asset/Comments.pm @@ -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',