Specific Entities in Entity Log/Dynamic Attributes

Greetings! I’m using Jmix 1.3, I’m working on a project consisting of multiple modules used by different teams; I’m using Audit and Dynamic Attributes and I would like to make a role with permissions only for entities of a specific module (I can write them out by hand too, there are not that many) in the Entity Log and Dynamic Attributes Screens; I want teams to see the version history/dynamic attributes of only specific entities.
Any way I can do this? I didnt really see anything in the documentation. I know I can give permissions to the screens (“entityLog.browse”, “dynat_Category.browse”) but I havent found anything further than that

Thanks!

Hi,

These screens were designed for administrators that have full control over the application. Screens don’t limit displayed records with the entities the user have access to. If you need this behavior then you’ll have to override existing screens or implement your own ones.

1 Like