From dcb25b2a07a9fbcfd025577d5fcf1dcc91456c25 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Sun, 11 Jan 2026 11:10:28 +0500 Subject: [PATCH] Enhance ObjectBoxPopup to handle category presentation (#10389) Signed-off-by: Denis Bykhov --- .../src/components/ObjectBoxPopup.svelte | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/plugins/view-resources/src/components/ObjectBoxPopup.svelte b/plugins/view-resources/src/components/ObjectBoxPopup.svelte index 839db61baf..ba07106201 100644 --- a/plugins/view-resources/src/components/ObjectBoxPopup.svelte +++ b/plugins/view-resources/src/components/ObjectBoxPopup.svelte @@ -14,9 +14,18 @@ --> + + {@const presenter = findAttributePresenter(client, it._class, groupBy)} + {#if presenter} + + {/if} +