-
-
Notifications
You must be signed in to change notification settings - Fork 585
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
API Tag contastaint #976
Comments
Can you try to replace the regexp in https://github.com/kevinpapst/kimai2/blob/master/src/API/TimesheetController.php#L111 from Edit: I guess I forgot to escape the |
Yes, that works. Do you want a PR or will you do it? |
Both is okay, PR is even better :-) |
I'll do you a PR. ;) |
Fixed by #978 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Describe the bug
Searching for issues filtered by tag using the API fails. The parameter a-b-issue-123 fails to pass the reg exp '[a-zA-Z0-9 -,]+'. I can't figure out why.
To Reproduce
Steps to reproduce the behavior:
Logfile
Desktop/Smartphone
Please complete the following information if this seems to be a frontend issue:
Additional context
Add any other context about the problem here.
I'm running in a docker (of course). You can replicate the whole stack with this:
The text was updated successfully, but these errors were encountered: