Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The linkable Queue labels throughout the application create incorrect URLs #93

Open
hms opened this issue Mar 16, 2024 · 1 comment
Open

Comments

@hms
Copy link

hms commented Mar 16, 2024

On the main Queue tab, cluck any one of the "queue name" buttons, and you redirect to a page for that queue.

On any other page where a "Queue name" button exists (schedule jobs, blocked jobs, failed jobs, etc), the link errors (fails to successfully redirect). I'm not sure if my authentication system is impacting the errors, but I have confirmed the root cause is:

  • On the queue page, the "Queue name" buttons honor the case of the Queue name (i.e., QoS60s) is part of the URL with that casing.
  • On all the other pages, the "Queen name" buttons have the queue name in all lower case, which is failing in a case sensitive query somewhere.

I might have time to dig more if this description isn't robust enough to take you to the "oh crap, why are we downcasing this string" line of code.

@rosa
Copy link
Member

rosa commented Apr 12, 2024

Thanks @hms! I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants