Commit 2da0145
fix: use safe connection properties endpoint for rename instead of PUT /connection
PUT /connection/:id was overwriting credentials and breaking connections.
Now uses PUT /connection/properties/:id with company_name which only
updates display settings without touching connection credentials.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cf36573 commit 2da0145
1 file changed
Lines changed: 1 addition & 8 deletions
File tree
- frontend/src/app/components/connections-list/hosted-database-rename-dialog
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 43 | | |
51 | | - | |
| 44 | + | |
52 | 45 | | |
53 | 46 | | |
54 | 47 | | |
| |||
0 commit comments