clarify fix to apply to all databases (#29156)

This commit is contained in:
claire bontempo
2024-12-11 13:36:48 -08:00
committed by GitHub
parent 46c69d739d
commit 4714d08799

View File

@@ -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.
```