Diederik has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81547


Change subject: Name should be a string, not an array.
......................................................................

Name should be a string, not an array.

Change-Id: Ic29afc95cc8ce01beea16e29c153ea5937d85f8b
---
M datasources/grants_spending_by_country.json
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/global-dev/dashboard-data 
refs/changes/47/81547/1

diff --git a/datasources/grants_spending_by_country.json 
b/datasources/grants_spending_by_country.json
index dd1a7bf..61e2c52 100644
--- a/datasources/grants_spending_by_country.json
+++ b/datasources/grants_spending_by_country.json
@@ -16,9 +16,7 @@
             "label": "Amount Funded"
         }
     ], 
-    "name": [
-        "Grants Spending by Country"
-    ], 
+    "name": "Grants Spending by Country", 
     "format": "json", 
     "url": "/data/datafiles/gp/grants_spending_by_country.json", 
     "shortName": "", 
@@ -27,4 +25,4 @@
     "id": "grants_spending_by_country", 
     "notes": "", 
     "slug": "grants_spending_by_country"
-}
\ No newline at end of file
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic29afc95cc8ce01beea16e29c153ea5937d85f8b
Gerrit-PatchSet: 1
Gerrit-Project: analytics/global-dev/dashboard-data
Gerrit-Branch: master
Gerrit-Owner: Diederik <[email protected]>

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

Reply via email to