fix 11772 Metadata in post doesn't set default

This commit is contained in:
Doug Bell 2010-08-10 14:28:02 -05:00
parent 625da8bb41
commit abd2e09a6d
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
- fixed #11770: Starter needs to set all account plugins
- fixed #11771: Default Newsletter template not set
- fixed #11432: DataTable date input
- fixed #11772: Metadata in Post doesn't set default value correctly
7.9.10
- fixed #11721: spamStopWords not in WebGUI.conf.original

View file

@ -1773,6 +1773,7 @@ sub www_edit {
name => "metadata_".$meta->{$field}{fieldId},
uiLevel => 5,
value => $meta->{$field}{value},
defaultValue => $meta->{$field}{defaultValue},
extras => qq/title="$meta->{$field}{description}"/,
options => $options,
fieldType => $fieldType,