Skip to content

Make titles on the Releases page link to dedicated Release page

Nathan Friend requested to merge nfriend-add-link-to-dedicated-release-page into master

What does this MR do?

Updates the Releases page so that each Release title is a link to a dedicated page for the Release. This implements part of the design spec proposed in #32827 (closed)

Feature flag

This feature is (effectively) hidden behind the release_show_page feature flag, which is disabled by default. This change is only visible if the API response includes a _links.self property; this property is hidden behind the release_show_page feature flag.

Screenshot

Screen_Shot_2020-01-29_at_11.13.22_AM

In the screenshot above, the link points to http://0.0.0.0:3001/root/release-test/-/releases/v16.5 and does not open in a new tab.

Closes #32827 (closed)

Edited by Nathan Friend

Merge request reports