Actions
Bug #5094
closedField conditions fail if the field it's conditioning off of isn't available
Description
If a field is conditioned off another field that isn't available (e.g. Access permission) then the condition always fails. It should pull the initial PHP value, send it to jQuery, see that the field can't be found, and just static stay with the PHP value. This way the condition would just act like a Custom > Value usage.
Updated by krileon almost 9 years ago
PHP is passing fine now due to rewrite of getFieldValue, but the JS isn't firing its condition.
Updated by krileon almost 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This is due to static condition fallback in JS not taking affect due to being at the wrong location.
Actions