I am already using module Content Permissions (field permissions per role).
Would Domain Field Access work in conjunction with Content Permission?
If so, would access to field be granted ANDing both permissions?
Should one expect a major impact on performance?
In any case, thank you for this useful addition to the Domain suite!

Comments

mfer’s picture

Status: Active » Fixed

These two modules use hook_field_access(). If any of the implementations of the hook returns FALSE the field is not displayed. So, the logic is OR based. If this module says not to display the field or the content permissions module says not do display it the field will not be displayed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.