Actions
Bug #6036
closedBackend conditioned fields require double save
Description
If a field is conditioned to display and conditions are enabled in backend then during backend profile edit the initial conditioned display doesn't save its value. Once the field is conditioned to show you'll have to save the profile twice to get the value to store. This is likely an issue in the PHP side when a value is checked and conditioned against.
Updated by krileon over 8 years ago
$checkPost is always false during backend save in getFieldValue, which is why it won't pull the value from POST resulting in double save issue.
Updated by krileon over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions