diff --git a/config.jsonc b/config.jsonc index c0a78cc..f5dcf14 100644 --- a/config.jsonc +++ b/config.jsonc @@ -60,7 +60,7 @@ "canSeeDebugMenu": {"staff": true, "admin": true}, "canSeeExtraItemViews": {"staff": true, "admin": true}, "canSeeMedia": {"staff": true, "admin": true}, - "canSeeDocument": {"guest": 0, "member": 1, "staff": 4, "admin": 4}, + "canSeeDocument": {"guest": 1, "member": 1, "staff": 4, "admin": 4}, "canSeeItem": {"guest": 1, "member": 1, "staff": 4, "admin": 4}, "canSeeSize": {"staff": true, "admin": true}, "canSeeSoftwareVersion": {"staff": true, "admin": true}, diff --git a/static/js/infoView.bakma.js b/static/js/infoView.bakma.js index 2c906e0..1f6134a 100644 --- a/static/js/infoView.bakma.js +++ b/static/js/infoView.bakma.js @@ -707,13 +707,6 @@ pandora.ui.infoView = function(data, isMixed) { } }) .appendTo($element); - if (isMixed[key] && Ox.contains(listKeys, key)) { - pandora.ui.addRemoveKeyDialog({ - ids: ui.listSelection, - key: key, - section: ui.section - }).appendTo($element) - } } }); $element.appendTo($text);