Actions
Bug #3604
closedAjax fields are overriding CBSubs protected fields
Description
When setting a field to Ajax display, but also protecting its display with CBSubs it overrides CBSubs in cases where the field should actually be hidden. This results in the field still visible and still functional.
Updated by krileon over 12 years ago
Was able to confirm issue, but the field isn't functional. Still visible, but not functional.
Updated by krileon over 12 years ago
canEditAjax needs to be extended to do a callField getFieldRow for the Edit mode of the field. If this returns nothing then AJAX display should disable as this implies there is absolutely no edit display possible. This helps with CB Conditionals and CBSubs usage. CB Privacy also needs testing. Read only scenarios are already handled.
Updated by krileon over 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Also works with CB Privacy disabling a field.
Actions