Milimetric has submitted this change and it was merged. ( 
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(-)

Approvals:
  Milimetric: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Ifd4702535b951c945ded2a44aa3ac8b67da3d898
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Dashiki
Gerrit-Branch: master
Gerrit-Owner: Milimetric <dandree...@wikimedia.org>
Gerrit-Reviewer: Milimetric <dandree...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to