changeset 5373:dbae10503ee6 extented-report

Changed DQR download path to new template name.
author Sascha Wilde <wilde@sha-bang.de>
date Thu, 24 Jun 2021 15:53:42 +0200
parents 5d6aa584b4fb
children 7b6a62d4117e
files client/src/components/identify/Identify.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/identify/Identify.vue	Thu Jun 24 14:13:14 2021 +0200
+++ b/client/src/components/identify/Identify.vue	Thu Jun 24 15:53:42 2021 +0200
@@ -431,7 +431,7 @@
   methods: {
     downloadDataQualityReport() {
       this.loadingDQL = true;
-      HTTP.get(`/data/report/default`, {
+      HTTP.get(`/data/report/data-quality-report`, {
         responseType: "blob",
         headers: {
           "X-Gemma-Auth": localStorage.getItem("token")