screwdriver
screwdriver copied to clipboard
Pipeline navigation tabs do not work when Pull Requests tab is selected
What happened:
When Events tab is selected:
When Pull Requests tab is selected:
What you expected to happen:
The Pipeline Navigator tab is also displayed correctly when selecting the Pull Requests tab.
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