Actions
Bug #3941
closedValue reset is causing edit display to null out the inputs value
Description
This breaks radio fields, etc.. where the value should be present. It should only null out the value on storage if reset is enabled and no where else.
Updated by krileon over 11 years ago
This is a bug in the jQuery and not PHP. The jQuery is checking if it's a checkbox or radio and unchecking it, but it's also purging the value. The value purge should be added to the ELSE check.
Updated by krileon over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Actions