diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index f12c77c32..ffc3c6871 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -2721,7 +2721,7 @@ sub www_editMetaDataField { $f->fieldType( -name=>"fieldType", -label=>WebGUI::International::get(486,"Asset"), - -value=>[$fieldInfo->{fieldType} || "text"], + -value=>$fieldInfo->{fieldType} || "text", -types=> [ qw /text integer yesNo selectList radioList/ ] ); $f->textarea("possibleValues",WebGUI::International::get(487,"Asset"),$fieldInfo->{possibleValues});