Alex Monk has uploaded a new change for review.

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

Change subject: deployment-prep: Follow-up Iaff51065: CONTENT_MODEL_FLOW_BOARD 
is no longer set by Flow.php
......................................................................

deployment-prep: Follow-up Iaff51065: CONTENT_MODEL_FLOW_BOARD is no longer set 
by Flow.php

Production will need to have the same change made before the next train
deployment, but right now I'm dealing with deployment-prep which runs master
and is already broken by this.

Change-Id: Id62d8d77c0aa591b875c83eb57ce033cff877a49
---
M wmf-config/CommonSettings-labs.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 5ebafa1..0c39c43 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -72,7 +72,7 @@
                191 => true,
        ];
 
-       $wgNamespaceContentModels[ 191 ] = CONTENT_MODEL_FLOW_BOARD;
+       $wgNamespaceContentModels[ 191 ] = 'flow-board'; // 
CONTENT_MODEL_FLOW_BOARD
 }
 
 if ( $wmgUseContentTranslation ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id62d8d77c0aa591b875c83eb57ce033cff877a49
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>

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

Reply via email to