Jdlrobson has uploaded a new change for review.

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

Change subject: ... and drop invalid alpha platform from survey definitions
......................................................................

... and drop invalid alpha platform from survey definitions

Change-Id: Icdaf0e05e9729a9afb52c00d36d7154a4d571a6a
---
M wmf-config/CommonSettings-labs.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/99/260699/1

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 52e1a61..f1021c0 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -293,7 +293,7 @@
                        "description" => "anne-survey-description",
                        "platforms" => array(
                                "desktop" => array( "stable" ),
-                               "mobile" => array( "stable", "beta", "alpha" ),
+                               "mobile" => array( "stable", "beta" ),
                        ),
                ),
                array(
@@ -311,7 +311,7 @@
                        "description" => 
"ext-quicksurveys-example-internal-survey-description",
                        "platforms" => array(
                                "desktop" => array( "stable" ),
-                               "mobile" => array( "stable", "beta", "alpha" ),
+                               "mobile" => array( "stable", "beta" ),
                        ),
                ),
                array(
@@ -325,7 +325,7 @@
                        'enabled' => true,
                        'platforms' => array(
                                'desktop' => array( 'stable' ),
-                               'mobile' => array( 'stable', 'beta', 'alpha' ),
+                               'mobile' => array( 'stable', 'beta' ),
                        ),
                ),
        );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icdaf0e05e9729a9afb52c00d36d7154a4d571a6a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

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

Reply via email to