Bartosz Dziewoński has uploaded a new change for review.

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

Change subject: test
......................................................................

test

Change-Id: I8945318ab4d1e4cee5cf97c779a37547507f26f6
---
M includes/htmlform/HTMLSelectField.php
M includes/specials/SpecialBlock.php
2 files changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/82/218282/1

diff --git a/includes/htmlform/HTMLSelectField.php 
b/includes/htmlform/HTMLSelectField.php
index 6ba6966..4f5c4d0 100644
--- a/includes/htmlform/HTMLSelectField.php
+++ b/includes/htmlform/HTMLSelectField.php
@@ -54,6 +54,8 @@
                if ( !empty( $this->mParams['disabled'] ) ) {
                        $disabled = true;
                }
+               
+               var_dump($value);
 
                return new OOUI\DropdownInputWidget( array(
                        'name' => $this->mName,
diff --git a/includes/specials/SpecialBlock.php 
b/includes/specials/SpecialBlock.php
index da52784..5f668d1 100644
--- a/includes/specials/SpecialBlock.php
+++ b/includes/specials/SpecialBlock.php
@@ -118,9 +118,9 @@
                }
        }
 
-       protected function getDisplayFormat() {
-               return 'ooui';
-       }
+       // protected function getDisplayFormat() {
+       //      return 'ooui';
+       // }
 
        /**
         * Get the HTMLForm descriptor array for the block form

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8945318ab4d1e4cee5cf97c779a37547507f26f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

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

Reply via email to