mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-27 02:19:27 +00:00
A frontend change to test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="d-flex flex-wrap gap-4">
|
||||
<div class="d-flex flex-wrap align-items-center gap-2" *pngxIfPermissions="{ action: PermissionAction.Change, type: PermissionType.Document }">
|
||||
<label class="me-2" i18n>Edit:</label>
|
||||
<span class="me-2" i18n>Edit:</span>
|
||||
@if (permissionService.currentUserCan(PermissionAction.View, PermissionType.Tag)) {
|
||||
<pngx-filterable-dropdown title="Tags" icon="tag-fill" i18n-title
|
||||
filterPlaceholder="Filter tags" i18n-filterPlaceholder
|
||||
|
||||
Reference in New Issue
Block a user