kyma-project / busola

Web based Kubernetes Dashboard with a focus on privacy that requires no active components or special privileges in your cluster.
Apache License 2.0
24 stars 48 forks source link

"Controlled by" link in Jobs List and Details doesn't work in All namespaces #3003

Open OliwiaGowor opened 3 weeks ago

OliwiaGowor commented 3 weeks ago

Description "Controlled by" link in Jobs List and Details does not work when user has All namespaces chosen. It redirects to wrong namespace, and correct resource can't be found, resulting in "Such resource doesn't exist" page.

Expected result You should be redirected to correct resource.

Actual result It redirects to a "Such resource doesn't exist" page

Steps to reproduce Change namespace to "All namespaces" Go into Jobs list Click on the "Controlled by" link

Troubleshooting There is a problem with the URL - when you are on all namespaces it redirects to "-all-" namespace instead of one, that the linked resource is in.