mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Improve UI for blacklist preference
Bug: T150419 Depends-On: I44e72205880d152639ee823238dc5ab84d34402b Change-Id: I4c872960efd858d2885f1ee9163047c449f4f212
This commit is contained in:
parent
4816db3cbf
commit
c64422181b
|
@ -485,7 +485,7 @@ class EchoHooks {
|
||||||
|
|
||||||
if ( $wgEchoPerUserBlacklist ) {
|
if ( $wgEchoPerUserBlacklist ) {
|
||||||
$preferences['echo-notifications-blacklist'] = [
|
$preferences['echo-notifications-blacklist'] = [
|
||||||
'type' => 'textarea',
|
'type' => 'usersmultiselect',
|
||||||
'label-message' => 'echo-pref-notifications-blacklist',
|
'label-message' => 'echo-pref-notifications-blacklist',
|
||||||
'section' => 'echo/blocknotificationslist',
|
'section' => 'echo/blocknotificationslist',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue