Changes between Initial Version and Version 1 of Ticket #3378, comment 2
- Timestamp:
- 07/24/2011 01:26:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3378, comment 2
initial v1 1 1 Thanks for this. I've tested it and fixed a few PHP warnings which I found. 2 2 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.3 I'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.