Actions
Bug #4233
closedFields not accessible can't be conditioned
Bug #4233:
Fields 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.
Actions