I want to bypass some entity type that create from administration UI
Announcement
Collapse
No announcement yet.
How to bypass acl check for new entity
Collapse
X
-
You can manage acl (enable/disable) through Custom folder. You have to go custom/Espo/Custom/Resources/metadata/scope/, there you have to find file with the name of Entity which you created and you can change param acl to true or to false. If you change it to false, it'll be only available for admins. If you'll set it to true, it'll be managed by rules, which you can set in admin section. You can also set acl for portal there.
-
Originally posted by emillod View PostYou can manage acl (enable/disable) through Custom folder. You have to go custom/Espo/Custom/Resources/metadata/scope/, there you have to find file with the name of Entity which you created and you can change param acl to true or to false. If you change it to false, it'll be only available for admins. If you'll set it to true, it'll be managed by rules, which you can set in admin section. You can also set acl for portal there.
I mean, i dont not apply acl rule for entity, that mean any user can access that no need set rules.
Comment
Comment