Important

You are browsing upcoming documentation for version 6.0 of OroCommerce, OroCRM, and OroPlatform, scheduled for release in 2024. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

Field ACL Extension 

Field ACL extension allows checking access to grid columns. Currently, it is implemented only for the ORM datasource.

To enable field ACL protection for a column, use the field_acl section in a datagrid declaration:

fields_acl:                     #section name
    columns:
         name:                  #column name
            data_name: a.name   #the path to a field in which ACL should be used to protect the column

Please note that only fields from the root entity of a datagrid’s ORM query are now supported.

Related Articles