fix editing metadata
This commit is contained in:
parent
c333d53a64
commit
ad1c341d35
2 changed files with 13 additions and 8 deletions
|
|
@ -618,7 +618,7 @@ oml.ui.infoView = function(identifyData) {
|
|||
})
|
||||
.bindEvent({
|
||||
submit: function(event) {
|
||||
editMetadata(key, event.value);
|
||||
editMetadata('description', event.value);
|
||||
}
|
||||
})
|
||||
).appendTo($info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue