From 8ab986bdae242f30042d49f8321a5e933f381e94 Mon Sep 17 00:00:00 2001 From: Norman Niati Date: Mon, 8 Jun 2026 11:35:44 +0200 Subject: [PATCH] feat(scope): show the DN/LDAP path field in the creation dialog The container scope creation dialog only exposed the Name field while the edition dialog showed the LDAP Path / DN. Adds the same field to the creation mode so administrators can set the DN at creation time rather than having to edit immediately after. The field is required on create (backend ContainerScope.dn is @NotNull/@NotBlank) and the save payload now carries the dn for both create and update. Closes #55. --- ui/src/views/ContainerScopeView.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ui/src/views/ContainerScopeView.vue b/ui/src/views/ContainerScopeView.vue index 7b43704..e8d70b0 100644 --- a/ui/src/views/ContainerScopeView.vue +++ b/ui/src/views/ContainerScopeView.vue @@ -56,7 +56,8 @@ - +