fixed typo that prevented metadata field creation from within asset's Metadata tab [1267548]
This commit is contained in:
parent
8a656aece7
commit
059ef037aa
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
6.7.2
|
||||
- fix [ 1267548 ] can't add metadata field (midellaq)
|
||||
- fix [ 1265788 ] SyndicatedContent *not working* in 6.7.x
|
||||
- fix [ 1245765 ] Missing 'page not found' crashes settings
|
||||
- fix [ 1263934 ] 6.6.5 Import Scripts Asset URLs
|
||||
|
|
|
|||
|
|
@ -652,7 +652,7 @@ sub getEditForm {
|
|||
$tabform->getTab("meta")->readOnly(
|
||||
-value=>'<p><a href="'.WebGUI::URL::page("func=editMetaDataField&fid=new").'">'.
|
||||
WebGUI::International::get('Add new field','Asset').
|
||||
'</a></p>'
|
||||
'</a></p>',
|
||||
-hoverHelp=>WebGUI::International::get('make prototype description',"Asset"),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue