Page MenuHomePhabricator

Set a non-empty default value for wmgArticleFeedbackBlacklistCategories on WMF wikis
Closed, ResolvedPublic

Description

Since bug 29903 wasn't fixed yet, please at least change the

'wmgArticleFeedbackBlacklistCategories' => array(

'default' => array(),

to something like

'wmgArticleFeedbackBlacklistCategories' => array(

'default' => array( 'Article Feedback Blacklist' ),

because in the current setup any new requests such as bug 34441 may require a new request such as bug 35852.


Version: unspecified
Severity: enhancement

Details

Reference
bz35853