Skip to content

Add missing docs for <field><permission> in XML schema

Rich requested to merge artfulrobot/dev:xml-field-permissions into master

During discussion of permissions for Standalone over at https://github.com/civicrm/civicrm-core/pull/28877 it turns out there's a to-date undocumented feature in the XML schema that provides field-level access control by permission.

This hopes to document that.

This PR just adds in the features that I can observe examples of in Core. There may be other features (<and>? nested <and>|<or>?).

Merge request reports