jenkins-bot has submitted this change and it was merged.

Change subject: Added empty query to SPARQL template
......................................................................


Added empty query to SPARQL template

Change-Id: I7fc937aaf96cffca4490f9e53c825be351188b33
---
M wikibase/queryService/ui/editor/hint/Sparql.js
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Smalyshev: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wikibase/queryService/ui/editor/hint/Sparql.js 
b/wikibase/queryService/ui/editor/hint/Sparql.js
index af56a4a..0cd4d23 100755
--- a/wikibase/queryService/ui/editor/hint/Sparql.js
+++ b/wikibase/queryService/ui/editor/hint/Sparql.js
@@ -11,6 +11,7 @@
 
        var SPARQL_KEYWORDS = [
                               'SELECT',
+                              'SELECT * WHERE {\n\n}',
                               'OPTIONAL',
                               'OPTIONAL {\n\n}',
                               'WHERE',

-- 
To view, visit https://gerrit.wikimedia.org/r/282962
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7fc937aaf96cffca4490f9e53c825be351188b33
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to