jenkins-bot has submitted this change and it was merged.
Change subject: Fixing EventLogging Schema error on submission failure
......................................................................
Fixing EventLogging Schema error on submission failure
Needed mobileMode param which was not provided.
Change-Id: I86d7b2b33ce20f3beaf0250a72dd47fc21d1315e
---
M resources/dialog/WikiGrokDialog.js
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Phuedx: Looks good to me, approved
jenkins-bot: Verified
diff --git a/resources/dialog/WikiGrokDialog.js
b/resources/dialog/WikiGrokDialog.js
index 3273e4d..387dc75 100644
--- a/resources/dialog/WikiGrokDialog.js
+++ b/resources/dialog/WikiGrokDialog.js
@@ -4,10 +4,10 @@
settings = M.require( 'settings' ),
WikiGrokResponseApi = M.require(
'ext.wikigrok.api/WikiGrokResponseApi' ),
icons = M.require( 'icons' ),
- Schema = M.require( 'Schema' ),
SchemaMobileWebWikiGrok = M.require(
'ext.wikigrok.loggingSchema/SchemaMobileWebWikiGrok' ),
+ SchemaMobileWeb = M.require( 'loggingSchemas/SchemaMobileWeb' ),
schema = new SchemaMobileWebWikiGrok(),
- errorSchema = new Schema( {}, 'MobileWebWikiGrokError' ),
+ errorSchema = new SchemaMobileWeb( {}, 'MobileWebWikiGrokError'
),
WikiGrokDialog,
timer = null,
$window = $( window ),
--
To view, visit https://gerrit.wikimedia.org/r/203971
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I86d7b2b33ce20f3beaf0250a72dd47fc21d1315e
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/WikiGrok
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: Phuedx <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits