screwdriver icon indicating copy to clipboard operation
screwdriver copied to clipboard

Pipeline navigation tabs do not work when Pull Requests tab is selected

Open yk634 opened this issue 1 year ago • 1 comments

What happened:

When Events tab is selected: image

When Pull Requests tab is selected: image

What you expected to happen:

The Pipeline Navigator tab is also displayed correctly when selecting the Pull Requests tab.

yk634 avatar Apr 07 '23 10:04 yk634

The navigation tab's state is controlled by BsNav. So if we set active to Builds tab when PR build selected, we should remake navigation tabs without BsNav. Alternatively, we can add PR tab into navigation tab.

https://github.com/screwdriver-cd/ui/blob/34e5f024f387bffa93a925c93cf8913f9bf0ef88/app/components/pipeline-nav/template.hbs#L15

y-oksaku avatar Jun 13 '23 06:06 y-oksaku