Skip to content

Commit 32c8427

Browse files
author
Gaurav SinghaRoy
committed
adding properties to for_class JSON convert download url
1 parent 7cdbee6 commit 32c8427

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/assets/javascripts/resources/sparql.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ SPARQL = {
105105
$("#btn_show_checked_properties_yes").click();
106106
}
107107
var download_url = Utils.rdf2any.server+Utils.rdf2any.actions.convert+"json?dataset="+QueryBuilder.datasets.get_selected()+"&query="+encodeURIComponent(query)+"&for_class="+QueryBuilder.classes.get_selected_class();
108+
download_url += "&properties="+encodeURIComponent(QueryBuilder.properties.get_checked_properties());
108109
window.open(download_url);
109110
}
110111

0 commit comments

Comments
 (0)