Skip to content
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

Hide children section for milestones #15934

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Conversation

oliverguenther
Copy link
Member

Copy link
Member

@cbliard cbliard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have only reviewed behavior and not the code yet.

It works properly in these scenarios:

  • Selecting a milestone wp and going to relations tab, the children section is not visible
  • Changing a wp type from milestone to task, the children section becomes visible

It does not work properly in these scenarios:

  • Going to a Task wp, the children section of the relations is not visible. It should be visible.
    • Initially I saw it while reloading but it seems to alway be hidden as it also happens when navigating from a wp list view.
  • Changing wp type from Milestone to Task shows the children section, but then changing it to Milestone again does not hide it. It should become hidden.

That's probably why some tests are failing.

@oliverguenther oliverguenther force-pushed the fix/milestone-children-section branch 2 times, most recently from 59f6fa6 to 8845f0b Compare June 24, 2024 13:19
@oliverguenther oliverguenther marked this pull request as ready for review July 15, 2024 06:57
@oliverguenther oliverguenther requested a review from a team July 15, 2024 06:57
Copy link
Member

@cbliard cbliard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works flawlessly now 🙌

@cbliard cbliard merged commit 315be07 into dev Jul 15, 2024
11 checks passed
@cbliard cbliard deleted the fix/milestone-children-section branch July 15, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants