Actions
Bug #7663
closedField group fields not 100% respecting field access check behavior
Description
Currently fields within a fieldgroup are built from a new field object. This should use the _getTabFieldsDb API directly so all access checks can be 100% respected and support triggers.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This now calls _getTabFieldsDb with the correct $reason sent so existing field cache can work and all access checks are respected.
Actions