diff --git a/static/js/documentInfoView.js b/static/js/documentInfoView.js index bb69563ea..f8ebe3336 100644 --- a/static/js/documentInfoView.js +++ b/static/js/documentInfoView.js @@ -559,6 +559,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { $('').html(formatKey(key)).appendTo($element); Ox.EditableContent({ clickLink: pandora.clickLink, + editable: canEdit, format: function(value) { return formatValue(key, value); },