Skip to content

feat(data-provider): allow filtering attributes

Arnaud Vergnet requested to merge topic/default/filter-attributes into branch/default

Filtering was only done on relations with the resolveRelations meta property, and this filtering did not even work.

This PR fixes this issue and expands the capabilities of this meta prop as to allow filtering attributes as well.

This greatly helps mitigating permission issues when some attributes cannot be read/edited and should not appear in a form.

Merge request reports