Actions
Bug #4064
closedField action translate checkbox can't be unselected
Description
Once checked and saved it doesn't want to revert when unchecking and saving.
Actions
Added by krileon almost 12 years ago. Updated almost 12 years ago.
Description
Once checked and saved it doesn't want to revert when unchecking and saving.
Param storage was doing and update instead of a replace so old values that were never sent with the POST would end up sticking around. This is now no longer the case and a full replacement is done.