From 1e4b59e746be089ef5a61c8ca89e53e05e03e13c Mon Sep 17 00:00:00 2001 From: j Date: Thu, 27 Jul 2023 14:05:22 +0200 Subject: [PATCH] add/remove button for mixed fields --- static/js/infoView.bakma.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/js/infoView.bakma.js b/static/js/infoView.bakma.js index 1f6134a..2c906e0 100644 --- a/static/js/infoView.bakma.js +++ b/static/js/infoView.bakma.js @@ -707,6 +707,13 @@ 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);