-
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
[22360] Edit lag to follow-precedes-relations #17299
[22360] Edit lag to follow-precedes-relations #17299
Conversation
c7a2951
to
b3f9157
Compare
150dda9
to
6337a5e
Compare
6337a5e
to
fdb15b5
Compare
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.
Code wise, that looks good for me 👍
Regarding the feature, it should not allow negative lag values. This will be possible later but that's in another feature.
And when lag is 0 or unset, it behaves the same regarding scheduling, so I believe it should behave the same in the relations tab: either it displays "lag: 0 days" in both cases, or it should hide the lag information in both case. Currently it display it if lag is 0 and hides it if lag is nil
. Between the 2 options, I would prefer hiding it.
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.
Perfect 👌
On last CI attempts, the failed tests were different, meaning they pass but are flickering.
I also tested them locally and they all pass, so it's ok to merge. |
Ticket
https://community.openproject.org/projects/stream-planning-and-reporting/work_packages/22360/activity
What are you trying to accomplish?
Show and edit the
Lag
for follows/precedes relationships.ToDo
Dialog
The text field should show a unit when not focused. On focus, the unit is hiddenRelations tab
Screenshots
Merge checklist