You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes issue #862 where
links to XML files on the report page were built as an internal link
on the validator site. Think this change in behaviour is due to
the removal of <StyledLink> which checked for external URLs first
and used :href instead of :to in those cases. Changed this
<RouterLink> to set the link using :href as we know it's an external
link.
I have a hot fix for this (#868) that fixes this specific case. If there are any cases where the link points "...to the page you were already on" then that would be useful to know as it might mean my fix breaks something elsewhere.
Going to a page about the validation of a file:
https://validator.iatistandard.org/report/dhsc-activities-ghr
In the breadcrumbs, the xml file is an active link, but leads to a 404:
I don't think this was the case previously and/or if this was, it would have just linked to the page you were already on
To fix this, suggest that this breadcrumb element if not an active link
@tillywoodfield @robredpath cc/ @IsabelBirds
The text was updated successfully, but these errors were encountered: