Skip to content

When editing an existing, correct custom query, the previous result stays on screen, whether the new query version is correct or erroneous. #137

@mvanbrab

Description

@mvanbrab

Example SPARQL query used in the correct custom query:

SELECT ?s ?p ?o WHERE {
  ?s ?p ?o
}

Example erroneous SPARQL query used in the update (mind the ?o2):

SELECT ?s ?p ?o2 WHERE {
  ?s ?p ?o
}

The updated result view shows an error at the bottom indeed, but the previous result table is still visible:

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions