X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fwidget%2FNamespaceInputWidget.php;h=0840886a799e68d4a861a7e4dedc7ac0fc1c68e3;hp=3e913b02ff706f6b02755c3d67b4a4ff23fb33fb;hb=ee56f00ddf0609082f8ae9a4dc3e6e1b6f54ddfd;hpb=be0d9f587138a79e8f18bc7b26dd297d708b72c4 diff --git a/includes/widget/NamespaceInputWidget.php b/includes/widget/NamespaceInputWidget.php index 3e913b02ff..0840886a79 100644 --- a/includes/widget/NamespaceInputWidget.php +++ b/includes/widget/NamespaceInputWidget.php @@ -1,14 +1,12 @@ getNamespaceDropdownOptions( $config ); - // Parent constructor parent::__construct( $config ); // Properties @@ -61,6 +58,7 @@ class NamespaceInputWidget extends \OOUI\DropdownInputWidget { $config['includeAllValue'] = $this->includeAllValue; $config['exclude'] = $this->exclude; // Skip DropdownInputWidget's getConfig(), we don't need 'options' config + $config['dropdown']['$overlay'] = true; return \OOUI\InputWidget::getConfig( $config ); } }