fix renderGroup editable
This commit is contained in:
parent
5d565ab143
commit
7d122c0f6c
2 changed files with 2 additions and 1 deletions
|
|
@ -700,6 +700,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
$('<span>').html(formatKey(key)).appendTo($element);
|
||||
Ox.EditableContent({
|
||||
clickLink: pandora.clickLink,
|
||||
editable: canEdit,
|
||||
format: function(value) {
|
||||
return formatValue(key, value);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue