Skip to content
Snippets Groups Projects
Commit 2204f9c3 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

add organization_slug to query idgo geojson

parent 0965d5f6
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ export default {
},
launchImport() {
const queryParams = `typename=${this.selectedResource.layer}`;
const queryParams = `typename=${this.selectedResource.layer}&organization_slug=${this.selectedResource.organization_slug}`;
miscAPI.getExternalGeojson(queryParams).then((data) => {
if (data) this.redirect(data);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment