From a2ae7ba489f7541da939806c98b8621149179bab Mon Sep 17 00:00:00 2001 From: Chris Arridge Date: Wed, 22 Jan 2025 11:40:01 +0000 Subject: [PATCH] fix: report page XML links fixed to point to external page Fixes issue https://github.com/IATI/validator-web/issues/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 which checked for external URLs first and used :href instead of :to in those cases. Changed this to set the link using :href as we know it's an external link. --- src/pages/ReportPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ReportPage.vue b/src/pages/ReportPage.vue index c1b02beb..de512433 100644 --- a/src/pages/ReportPage.vue +++ b/src/pages/ReportPage.vue @@ -135,7 +135,7 @@ {{ organisation.title }} - - + {{ getDocumentFileName(document) }}
{{ dataset.filename }}