Milimetric has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366491 )

Change subject: Fix warning thrown when api gets Dashiki pages
......................................................................

Fix warning thrown when api gets Dashiki pages

I tried a new way of debugging on vagrant and was able to reproduce the
error and verify the fix.  Hopefully it holds true in beta as well, will
merge and find out.

Bug: T166335
Change-Id: Ifd4702535b951c945ded2a44aa3ac8b67da3d898
---
M .gitignore
M extension.json
2 files changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Dashiki 
refs/changes/91/366491/1

diff --git a/.gitignore b/.gitignore
index 8ec4b92..7c80f32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 node_modules/
 vendor/
 composer.lock
+
+*swp
diff --git a/extension.json b/extension.json
index e1745a1..1a2c4d8 100644
--- a/extension.json
+++ b/extension.json
@@ -18,7 +18,8 @@
        },
        "JsonConfigModels": {
                "JsonConfig.Dashiki": {
-                       "view": "Dashiki\\DashikiView"
+                       "view": "Dashiki\\DashikiView",
+                       "class": "JsonConfig\\JCContent"
                }
        },
        "JsonConfigs": {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifd4702535b951c945ded2a44aa3ac8b67da3d898
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Dashiki
Gerrit-Branch: master
Gerrit-Owner: Milimetric <[email protected]>

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

Reply via email to