From bdec9c84df5314db89929bf0b3249814d0dcbc7f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 18 Aug 2011 13:52:50 -0500 Subject: [PATCH] Changed dateTime to date in content profiling type, my misinterpretation of RFE. --- docs/changelog/7.x.x.txt | 2 +- lib/WebGUI/AssetMetaData.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 4fd09d5c4..46f1ebe70 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/AssetMetaData.pm b/lib/WebGUI/AssetMetaData.pm index 1591b20f8..e408c33f4 100644 --- a/lib/WebGUI/AssetMetaData.pm +++ b/lib/WebGUI/AssetMetaData.pm @@ -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};