From c1d671b0db84ad2d4b7c911f4d88b9b05e1bfd77 Mon Sep 17 00:00:00 2001 From: Carmin Kern Date: Tue, 14 Jul 2026 22:12:55 +0200 Subject: [PATCH] Fix access list expansion when enabling proxy hosts --- backend/internal/proxy-host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/proxy-host.js b/backend/internal/proxy-host.js index 2c159d48ad..2cbbce2a68 100644 --- a/backend/internal/proxy-host.js +++ b/backend/internal/proxy-host.js @@ -323,7 +323,7 @@ const internalProxyHost = { .then(() => { return internalProxyHost.get(access, { id: data.id, - expand: ["certificate", "owner", "access_list"], + expand: ["certificate", "owner", "access_list.[clients,items]"], }); }) .then((row) => {