Commit 1427d26
OCPBUGS-84296: fix Helm list page redirect after upgrade/rollback
The Helm list page is at /helm/ns/{namespace} for all perspectives.
There is no /helm-releases/ns/{namespace} route - only detail and form
routes use the /helm-releases prefix.
Updated getOriginRedirectURL to always redirect to /helm/ns/{namespace}
for list page, and fixed HelmReleaseDetailsPage namespace change handler
to use the correct route.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 2489c9a commit 1427d26
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- frontend/packages/helm-plugin/src
- components/details-page
- utils
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments