Actions
Bug #3498
closedSome fields store value even in event of failed ajax
Description
Some fields (for example the Integer field) stores values even though validation failed.
Updated by krileon over 12 years ago
Field isn't actually updating, but then AJAX returned value is wrong. Refresh of the page shows the original correct value.
Updated by krileon over 12 years ago
It's due to prepareFieldDataSave setting the value even on failure, but this is normal and fine for profile edit. Will need to cache and restore the value on error.
Updated by krileon over 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions