-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[#59037] Primerize "Log time" dialog #17268
[#59037] Primerize "Log time" dialog #17268
Conversation
1b80f81
to
c1fe43b
Compare
99ba88e
to
5365457
Compare
68695be
to
834bd28
Compare
dbb970c
to
79a82db
Compare
a55ecc3
to
fbdbecf
Compare
|
||
return collection; | ||
}); | ||
this.apiV3Service.time_entries.list({ |
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.
Same here, these blocks are all reformatted without change. That makes it harder to reason about the changes. Does your editor have a "reformat only changed lines" option?
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.
It's reformatting the entire file. But I am wondering why eslint is not complaining about this as being wrong after the autofix? It seems we have ambiguous settings here.
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.
Undid those changes manually ... But we should really dumb down our linting config ... We have editorconfig, we have eslint, we have esprint somwhere in there as well ... I think this is very optimized for one specific editor and we should maybe only have one source of truth here.
modules/costs/app/components/time_entries/entry_dialog_component.html.erb
Outdated
Show resolved
Hide resolved
The last case of the Hours derivation doesn't seem to work:
Start time is not set when unfocused |
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.
Some smaller remarks. I'd like to discuss the work package autocompleter situation in the frontend daily to get some feedback from others
…nt.html.erb Co-authored-by: Oliver Günther <[email protected]>
done |
date picker is also fixed |
Ticket
https://community.openproject.org/work_packages/59037
What are you trying to accomplish?
Screenshots
What approach did you choose and why?
ToDos
time_entry[custom_field_values][14][]
istimeentry[custom_field_values][14][]
Merge checklist