Commit 12434a9
committed
Fix 404 when deleting indexed cloud
When 2 clouds have the same name the second one has a different url with
`cloudByIndex` as additional intermediate. When deleting the cloud it
redirected to `..` i.e. `/cloud/cloudByIndex/` which produces a 404.
Deleting a cloud now redirects to `/cloud`1 parent fdf986d commit 12434a9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
0 commit comments