fix renderGroup editable

This commit is contained in:
j 2021-06-03 17:09:18 +01:00
parent 68df02da71
commit 788fb0fa75
1 changed files with 1 additions and 0 deletions

View File

@ -732,6 +732,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);
},