changeset 3275:98b5119cf4c1

client: define stretches: load only pending streches imports
author Markus Kottlaender <markus@intevation.de>
date Wed, 15 May 2019 17:29:03 +0200
parents c1beed689439
children 75db3199f76e
files client/src/components/stretches/Stretches.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/stretches/Stretches.vue	Wed May 15 15:40:53 2019 +0200
+++ b/client/src/components/stretches/Stretches.vue	Wed May 15 17:29:03 2019 +0200
@@ -399,7 +399,7 @@
     },
     loadStagingData() {
       return new Promise((resolve, reject) => {
-        HTTP.get("/imports?states=pending", {
+        HTTP.get("/imports?states=pending&kinds=st", {
           headers: { "X-Gemma-Auth": localStorage.getItem("token") }
         })
           .then(response => {