https://bugzilla.wikimedia.org/show_bug.cgi?id=30909

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] 2011-09-17 17:44:52 UTC ---
HTMLTextField has no own loadDataFromRequest

HTMLCheckField has a own loadDataFromRequest and is checking there against the
method of the form (r84814), but that is always 'post' and so the values from
the request are not used.

Setting $form->setMethod( 'get' ); in SpecialBlock.php fixed this, but than
also a validation of the input fields is done on 'get' and the special page
shows a error at the first visit.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to