Hello,
I have a grid controlled by an “action-view”. The action-view has a domain condition.
In addition to that condition, I need to filter items as per the connected user role.
A user role has been created with permissions related to the entity to be shown in the grid. But the connected user got items filtered only by the action-view’s domain.
How can the permissions restriction defined by the role can be considered in adition to the action-view’s domain.
Regards.