Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3378, comment 2


Ignore:
Timestamp:
07/24/2011 01:26:28 PM (13 years ago)
Author:
DJPaul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3378, comment 2

    initial v1  
    11Thanks for this. I've tested it and fixed a few PHP warnings which I found.
    22
    3 I've also fixed a bug in (optional) text fields where, if another (required) field failed validation, it was restoring the value of that optional text field. Finally, I've changed the behaviour of the single-item select boxes to *not* show the "---" option if it is a required field, as it didn't make sense; picking it failed the form validation.
     3I've also fixed a bug in (optional) text fields where, if that field's value is cleared and if another (required) field failed validation, it was restoring the value of that optional text field. Finally, I've changed the behaviour of the single-item select boxes to *not* show the "---" option if it is a required field, as it didn't make sense; picking it failed the form validation.