Actions
Bug #6414
closedRead Only fields can not save privacy
Description
Privacy rules do not save for read only fields.
Actions
Added by krileon over 8 years ago. Updated almost 8 years ago.
Description
Privacy rules do not save for read only fields.
Privacy saving is handled with onAftercommitFieldDataSave trigger, but this doesn't fire if the field is read only.
onAfterprepareFieldDataNotSaved and onAfterprepareFieldDataSave could be used as it doesn't really matter if the field it self saved as it doesn't matter what the fields value is. The not saved usage is also fired for read only fields.