diff --git a/config/permissions.yaml b/config/permissions.yaml index 5798c3e0..cc4232eb 100644 --- a/config/permissions.yaml +++ b/config/permissions.yaml @@ -219,6 +219,7 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co label: "perm.attachments.show_private" list_attachments: label: "perm.attachments.list_attachments" + alsoSet: ['attachment_types.read'] self: label: "perm.self" diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 43b72b4a..3687258d 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -9860,7 +9860,25 @@ Element 3 permission.preset.button - Permission applied successfully. Check if the new permissions fit your needs. + Apply preset + + + + + perm.attachments.show_private + Show private attachments + + + + + perm.attachments.list_attachments + Show list of all attachments + + + + + user.edit.permission_success + Permission preset applied successfully. Check if the new permissions fit your needs.