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

Task names with forward slashes cannot be enqueued manually in the web UI #452

Open
kevinrobell-st opened this issue Feb 6, 2024 · 1 comment

Comments

@kevinrobell-st
Copy link
Contributor

Let's say I have two cron tasks one with a forward slash in the name and the other without.

Screenshot 2024-02-06 at 12 13 15 PM

The one with the forward slash returns a 404 when I press the Enqueue Now button and click okay.

Screenshot 2024-02-06 at 12 15 17 PM

The one without the forward slash works as expected without any problems.

Screenshot 2024-02-06 at 12 14 49 PM

This seems like some sort of URL escaping bug at a glance. Not the end of the world though because it can easily be enqueued from the console but it's just something we ran into so I thought I'd mention it.

@markets
Copy link
Member

markets commented Feb 6, 2024

This seems like some sort of URL escaping bug

100% agree, please feel free to send a patch.

Thanks for your detailed report!

@markets markets added the bug label Apr 1, 2024
@markets markets added the web_ui label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants