Skip to content

Initial render of issue title & description

Phil Hughes requested to merge issue-description-on-page into 9-2-stable

What does this MR do?

Instead of waiting for the API to return the data we need to render this renders the data server side & then passes it over to Vue to render. This can prevent issues where there is a blank page with no content for a few seconds depending on how quickly the server can return data.

This is already present in master so this fix is purely for 9-2-stable.

Merge request reports