open-nomad/.changelog/13012.txt
Phil Renaud 45dc1cfd58
12986 UI fails to load job when there is an "@" in job name in nomad 130 (#13012)
* LastIndexOf and always append a namespace on job links

* Confirmed the volume equivalent and simplified idWIthNamespace logic

* Changelog added

* PR comments addressed

* Drop the redirect for the time being

* Tests updated to reflect namespace on links

* Task detail test default namespace link for test
2022-05-13 17:01:27 -04:00

4 lines
120 B
Plaintext

```release-note:bug
ui: fixed a bug where links to jobs with "@" in their name would mis-identify namespace and 404
```