https://bugzilla.wikimedia.org/show_bug.cgi?id=36943
Arthur Richards <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Arthur Richards <[email protected]> 2012-05-18 01:02:14 UTC --- After chatting with Phil irl, we realized the issue he was seeing was due to poor error messaging, not to broken functionality of the form. The field validation for the 'subject' input was looking for < 4 chars and the message field was looking for < 20 chars - if you put in less than that, the error says "Please enter a subject" or "Please enter a message" - kinda misleading. Phil requested that we change the validation rules to make sure that there is at least one character, which is done in https://gerrit.wikimedia.org/r/7918 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
