Fix custom plugin downloaders
This commit is contained in:
parent
bba056105a
commit
998efbaf72
1 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,9 @@ export class DownloaderComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
execute() {
|
execute() {
|
||||||
window.open('/downloader/' + this.downloader.name + '/' + this.source.modelInfo.store + '/' + this.source.featureInfo.id)
|
window.open('/api/download/plugin/'
|
||||||
|
+ '/' + this.downloader.name
|
||||||
|
+ '/' + this.source.modelInfo.store
|
||||||
|
+ '/' + this.source.featureInfo.id)
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue