fix invalid keys
This commit is contained in:
parent
40bef78903
commit
5ae43f8b62
11 changed files with 35 additions and 39 deletions
|
|
@ -641,7 +641,7 @@ sub getEditForm {
|
|||
# Add a "Select..." option on top of a select list to prevent from
|
||||
# saving the value on top of the list when no choice is made.
|
||||
if($fieldType eq "selectList") {
|
||||
$options = {"", WebGUI::International::get("Select...","Asset")};
|
||||
$options = {"", WebGUI::International::get("Select","Asset")};
|
||||
}
|
||||
$tabform->getTab("meta")->dynamicField(
|
||||
name=>"metadata_".$meta->{$field}{fieldId},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue