From cea745d8abdc813799f4279d453abc2e0bcc48e1 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:43:11 +0200 Subject: [PATCH] Task/improve alias display in access table (#7158) * Do not wrap alias * Update changelog --- CHANGELOG.md | 1 + .../src/app/components/access-table/access-table.component.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04adcfac..de134e4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the alias display in the access table to share the portfolio - Improved the language localization for German (`de`) ### Fixed 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 506190cfb..9dd6c8374 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 @@ -2,7 +2,7 @@ -
Alias + {{ element.alias }}