Changed dateTime to date in content profiling type, my misinterpretation of RFE.
This commit is contained in:
parent
8211232e32
commit
bdec9c84df
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
7.10.23
|
7.10.23
|
||||||
|
|
||||||
7.10.22
|
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
|
- rfe #12207: Thingy. Field_name info returned by www_editThingDataSaveViaAjax
|
||||||
- fixed #12206: Bad Subscription Groups in Duplicated Threads
|
- fixed #12206: Bad Subscription Groups in Duplicated Threads
|
||||||
- fixed #12208: replacements don't work
|
- fixed #12208: replacements don't work
|
||||||
|
|
|
||||||
|
|
@ -378,7 +378,7 @@ sub www_editMetaDataField {
|
||||||
-label=>$i18n->get(486),
|
-label=>$i18n->get(486),
|
||||||
-hoverHelp=>$i18n->get('Data Type description'),
|
-hoverHelp=>$i18n->get('Data Type description'),
|
||||||
-value=>$fieldInfo->{fieldType} || "text",
|
-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};
|
my $default = WebGUI::Asset->definition($self->session)->[0]->{assetName};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue