From 4714d08799f5c587a76f41f07283e09e92ce8b62 Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:36:48 -0800 Subject: [PATCH] clarify fix to apply to all databases (#29156) --- changelog/29114.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/29114.txt b/changelog/29114.txt index 6900093c56..8f0a911337 100644 --- a/changelog/29114.txt +++ b/changelog/29114.txt @@ -1,3 +1,3 @@ ```release-note:bug -ui: Decode database url to fix editing failures for an oracle connection +ui: Decode `connection_url` to fix database connection updates (i.e. editing connection config, deleting roles) failing when urls include template variables. ``` \ No newline at end of file