Skip to content

Commit

Permalink
Merge pull request #203 from Ontotext-AD/GDB-4404-encode-triple-in-sp…
Browse files Browse the repository at this point in the history
…arql-link

GDB-4404 Encode the triple in the link to describe query
  • Loading branch information
desislava-hristova-ontotext authored Apr 1, 2020
2 parents b39584c + 057006d commit c8cb889
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphdb-workbench",
"version": "1.3.0-RC6",
"version": "1.3.0-RC7",
"description": "The web application for GraphDB APIs",
"scripts": {
"build": "webpack --config=webpack.config.prod.js",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>
<a href="{{details.img}}"><img ng-src="{{details.img}}" alt="details image"/></a>
</div>
<h1>
<a href="sparql?query=describe{{tripleParam}}" tooltip="{{tripleParam}}" tooltip-trigger="mouseenter">
<a href="sparql?query=describe%20{{encodeURIComponent(tripleParam)}}" tooltip="{{tripleParam}}" tooltip-trigger="mouseenter">
{{getRdfStarLocalNames(tripleParam)}}
</a>
</h1>
Expand Down
2 changes: 1 addition & 1 deletion test-cypress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphdb-workbench-tests",
"version": "1.3.0-RC6",
"version": "1.3.0-RC7",
"description": "Cypress tests for GraphDB workbench",
"scripts": {
"start": "cypress open",
Expand Down

0 comments on commit c8cb889

Please sign in to comment.