Actions
Bug #5233
closedField values of hidden fields not emptying in database
Start date:
17 April 2015
Due date:
% Done:
100%
Estimated time:
Description
The field inputs are disabled so they don't POST at all or are nulled. Database then keeps its value as null isn't updated. See if we can force the fields value to null instead of leaving its existing value.
Updated by krileon over 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
4.0.6) - % Done changed from 0 to 100
Hidden fields shouldn't condition at all. They have no display to even condition. Just leave their values alone as it's too risky to blanked erase hidden inputs.
Actions