-
-
Notifications
You must be signed in to change notification settings - Fork 597
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
dynamically update title and visible durations for running records #752
Conversation
added leading zero to duration units added duration updates on timesheet tables show a max amount of 3 records in title
Hey, thanks for the quick and detailed feedback - awesome! No, I don't care about "Kimai in the title" at the beginning. I knew about the missing zero and pushed the following changes, if you want to do a re-test:
|
The title and the active records don't update when I modify the start of a running record or delete a running record, because the page doesn't reload like when I stop it. But it's a rare use case. Everything else is superb! |
Ah, forgot about that... I'll have a look. |
Okay, I didn't read properly. This is about the "active entries" dropdown ... hmmmm, the bug was there before, but now its much more visible. I want to stop entries in the future without reloading the page and therefor this dropdown needs to be rewritten to use the API. But thats a little bit more work and I don't want to mix it with this issue. I will write a new issue for that, that the menu refreshes itself when changing the own timesheet entries. |
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
Added a javascript which will update all durations for running records:
Fixes #420
Fixes #660
TODO
Types of changes
Checklist