]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix cd-text-label-list string writeValue 70604/head
authorroot <pegonzal@ibm.com>
Tue, 28 Jul 2026 06:12:40 +0000 (08:12 +0200)
committerPedro Gonzalez Gomez <pegonzal@ibm.com>
Wed, 29 Jul 2026 06:42:58 +0000 (08:42 +0200)
commit58ef0cd98406e3dc3c3731317fe88ce1e37af209
treec9d0cae5b3cd37d89efc9aca7f79070d12b955df
parented8939d940c44b172a100e6ecc979583e4af24b9
mgr/dashboard: fix cd-text-label-list string writeValue

When editing services such as oauth2-proxy, backend fields like scope
arrive as a single string. Spreading that string into the list turned
each character into its own row. Normalize string values to one item.

Fixes: https://tracker.ceph.com/issues/78808
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/text-label-list/text-label-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/text-label-list/text-label-list.component.ts