-
-
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
Support tag creation from query params #930
Conversation
My over eager editor removed it.
Sorry Kevin, I have no idea how to fix this?
|
The AbstractController is extended by two Controllers: Is it necessary to persist the tags before actually creating the record? |
I thought the record didn't get a id before it was persisted. I'll try without. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you have a look please at my review comments?
Codecov Report
@@ Coverage Diff @@
## master #930 +/- ##
============================================
- Coverage 94.14% 94.14% -0.01%
+ Complexity 2607 2606 -1
============================================
Files 278 278
Lines 8100 8096 -4
============================================
- Hits 7626 7622 -4
Misses 474 474
|
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. |
Description
Currently we can specify star and end times in the query params. This adds tag support as a comma separated list.
Types of changes
Checklist
composer kimai:code-check
)