Back to Paperless Ngx

Permissions Select.Component

src-ui/src/app/components/common/permissions-select/permissions-select.component.html

2.20.15380 B
Original Source

{{title}}

Global permissions define what areas of the app and API endpoints users can access.

Read more

Type

All

Add

Change

Delete

View @for (type of allowedTypes; track type) { - {{type}}:

All @for (action of PermissionAction | keyvalue; track action) { {{action.key}} } } @if (error) { {{error}} }