From d36e0bdd4bfaf38cd41b8662c99011fbd68c190b Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Mon, 24 Aug 2026 15:36:11 +0200
Subject: [PATCH] Migrate create and edit access dialogs to dedicated routes
---
.../access-table/access-table.component.html | 7 ++-
.../access-table/access-table.component.ts | 19 +++++---
.../access-dialog-host.component.ts | 45 ++++++++++---------
.../user-account-access.component.ts | 15 ++-----
.../user-account-access.html | 1 -
5 files changed, 44 insertions(+), 43 deletions(-)
diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html
index 04c8249b2..c6e504d6c 100644
--- a/apps/client/src/app/components/access-table/access-table.component.html
+++ b/apps/client/src/app/components/access-table/access-table.component.html
@@ -77,12 +77,15 @@
@if (
!isReceivedAccess() && user()?.settings?.isExperimentalFeatures
) {
-
+
}
@if (element.type === 'PUBLIC') {