kinow commented on code in PR #1679:
URL: https://github.com/apache/jena/pull/1679#discussion_r1148525692
##########
jena-fuseki2/jena-fuseki-ui/src/views/dataset/Edit.vue:
##########
@@ -277,7 +278,8 @@ export default {
if (!this.saveGraphDisabled) {
this.loadingGraph = true
try {
- await this.$fusekiService.saveGraph(this.datasetName,
this.selectedGraph, this.content)
+ const dataEndpoint =
this.services['gsp-rw']['srv.endpoints'].find(endpoint => endpoint !== '') || ''
+ await
this.$fusekiService.saveGraph(`${this.datasetName}/${dataEndpoint}`,
this.selectedGraph, this.content)
displayNotification(this, `Graph updated for dataset
"${this.datasetName}"`)
Review Comment:
Note, the rest of the changes were added later to fix/add Cypress tests.
This file is the only change to fix the issue mentioned in this pull request.
##########
jena-fuseki2/jena-fuseki-ui/src/views/dataset/Edit.vue:
##########
Review Comment:
Note, the rest of the changes were added later to fix/add Cypress tests.
This file is the only change to fix the issue mentioned in this pull request.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]