Make titles on the Releases page link to dedicated Release page
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
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