Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
General documentation
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Documentation
  • General documentation
  • Wiki
    • Components
  • SiB Ac Checker

SiB Ac Checker

Last edited by Poggioli Dec 16, 2019
Page history

sib-ac-checker

Hides an element from the page if the current user doesn't have the required permissions on it.

<sib-ac-checker permission="acl:Write" bind-resources>
  <sib-route name="member-edit">
    <div>Edit</div>
  </sib-route>
</sib-ac-checker>

Attributes :

  • permission: Displays the element if the user has the specified right
  • no-permission: Displays the element if the user has not the specified right

Possible values:

  • acl:Read
  • acl:Write
  • acl:Append
  • acl:Control
Clone repository
  • Build a sib application from scratch
  • Components
    • SiB Ac Checker
    • SiB Delete
    • SiB Display
    • SiB Form
    • SiB Map
    • SiB Widget
    • Sib Calendar
  • Contribution guidelines
  • Documentation Component Model
  • Events
  • Glossary
  • Helpers functions
  • Home
  • How to make components
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.