Actions
Bug #4233
closedFields not accessible can't be conditioned
Description
If you condition off a field that is on a tab accessible only to Special then the value will always be NULL. This is because the POST value is NULL and the getFields value is NULL. It should fallback to grabbing its value from user object if all of the above result in null.
Updated by krileon about 11 years ago
It should ignore this for checkbox fields. Checkbox fields when unchecked are actually set to NULL making this check pretty much impossible.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed by cloning cbUser then populating with postUser then calling getFields. This now does proper field value checking. As a fallback if the value is null it'll fallback to grabbing from existing user object instead of post user object.
Actions