jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/361643 )
Change subject: i13n: Update MobileOptionsTracking schema rev ...................................................................... i13n: Update MobileOptionsTracking schema rev The images property has now been removed from the MobileOptionsTracking schema [0]. Supporting changes: * Remove the images property from the default event data that wasn't removed in Ia735cda4. If this isn't done, then we'll see a spike in the number of MobileOptionsTracking event errors. [0] https://meta.wikimedia.org/w/index.php?title=Schema%3AMobileOptionsTracking&type=revision&diff=16934032&oldid=16895873 Bug: T109870 Change-Id: I3a0883d00286a6a73a4e1a6961b36743bfd2eb17 --- M includes/specials/SpecialMobileOptions.php 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: jenkins-bot: Verified Jdlrobson: Looks good to me, approved diff --git a/includes/specials/SpecialMobileOptions.php b/includes/specials/SpecialMobileOptions.php index 64ba10e..245847f 100644 --- a/includes/specials/SpecialMobileOptions.php +++ b/includes/specials/SpecialMobileOptions.php @@ -219,10 +219,9 @@ */ private function submitSettingsForm() { $schema = 'MobileOptionsTracking'; - $schemaRevision = 14003392; + $schemaRevision = 16934032; $schemaData = [ 'action' => 'success', - 'images' => "nochange", 'beta' => "nochange", ]; $context = MobileContext::singleton(); -- To view, visit https://gerrit.wikimedia.org/r/361643 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3a0883d00286a6a73a4e1a6961b36743bfd2eb17 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Phuedx <[email protected]> Gerrit-Reviewer: Jdlrobson <[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
