forked from 0x2620/pandora
editable documents
This commit is contained in:
parent
a4d0830e4b
commit
41d417e2a1
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
$('<span>').html(formatKey(key)).appendTo($element);
|
$('<span>').html(formatKey(key)).appendTo($element);
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
clickLink: pandora.clickLink,
|
clickLink: pandora.clickLink,
|
||||||
|
editable: canEdit,
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return formatValue(key, value);
|
return formatValue(key, value);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue