Announcement

Collapse
No announcement yet.

How to bypass acl check for new entity

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to bypass acl check for new entity

    I want to bypass some entity type that create from administration UI

  • #2
    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.

    Comment


    • #3
      Originally posted by emillod View Post
      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.
      Thank for your answer,

      I mean, i dont not apply acl rule for entity, that mean any user can access that no need set rules.

      Comment

      Working...
      X