Changed dateTime to date in content profiling type, my misinterpretation of RFE.

This commit is contained in:
Chris Hanson 2011-08-18 13:52:50 -05:00
parent 8211232e32
commit bdec9c84df
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
7.10.23
7.10.22
- rfe #12223: Add dateTime type to content profiling (metadata)
- rfe #12223: Add date type to content profiling (metadata)
- rfe #12207: Thingy. Field_name info returned by www_editThingDataSaveViaAjax
- fixed #12206: Bad Subscription Groups in Duplicated Threads
- fixed #12208: replacements don't work

View file

@ -378,7 +378,7 @@ sub www_editMetaDataField {
-label=>$i18n->get(486),
-hoverHelp=>$i18n->get('Data Type description'),
-value=>$fieldInfo->{fieldType} || "text",
-types=> [ qw /text integer yesNo selectBox radioList checkList dateTime/ ]
-types=> [ qw /text integer yesNo selectBox radioList checkList date/ ]
);
my $default = WebGUI::Asset->definition($self->session)->[0]->{assetName};