How to bypass acl check for new entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flanklin
    Junior Member
    • Oct 2022
    • 19

    How to bypass acl check for new entity

    I want to bypass some entity type that create from administration UI
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    #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

    • flanklin
      Junior Member
      • Oct 2022
      • 19

      #3
      Originally posted by emillod
      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...