Files
espocrm/application/Espo/Resources/metadata/app/aclPortal.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
2026-02-07 16:05:21 +01:00

148 lines
4.5 KiB
JSON

{
"mandatory": {
"scopeLevel": {
"User": {
"read": "own",
"edit": "no",
"delete": "no",
"stream": "no",
"create": "no"
},
"Team": false,
"Note": {
"read": "own",
"edit": "own",
"delete": "own",
"create": "yes"
},
"Notification": {
"read": "own",
"edit": "no",
"delete": "own",
"create": "no"
},
"Portal": false,
"Attachment": {
"read": "own",
"edit": "own",
"delete": "own",
"create": "yes"
},
"ExternalAccount": false,
"Role": false,
"PortalRole": false,
"EmailFilter": false,
"EmailFolder": false,
"EmailAccount": false,
"EmailTemplate": false,
"ActionHistoryRecord": {
"read": "own"
},
"Preferences": {
"read": "own",
"edit": "own",
"delete": "no",
"create": "no"
}
},
"fieldLevel": {
},
"scopeFieldLevel": {
"Preferences": {
"smtpServer": false,
"smtpPort": false,
"smtpSecurity": false,
"smtpUsername": false,
"smtpPassword": false,
"smtpAuth": false,
"receiveAssignmentEmailNotifications": false,
"receiveMentionEmailNotifications": false,
"defaultReminders": false,
"autoFollowEntityTypeList": false,
"emailReplyForceHtml": false,
"emailReplyToAllByDefault": false,
"signature": false,
"followCreatedEntities": false,
"followEntityOnStreamPost": false,
"doNotFillAssignedUserIfNotRequired": false,
"useCustomTabList": false,
"addCustomTabs": false,
"tabList": false,
"emailUseExternalClient": false,
"assignmentNotificationsIgnoreEntityTypeList": false,
"assignmentEmailNotificationsIgnoreEntityTypeList": false,
"dashletsOptions": false,
"dashboardLayout": false,
"followAsCollaborator": false
},
"Call": {
"reminders": false
},
"Meeting": {
"reminders": false
},
"Note": {
"isInternal": false,
"isGlobal": false
},
"Email": {
"inboundEmails": false,
"emailAccounts": false
},
"User": {
"dashboardTemplate": false,
"workingTimeCalendar": false,
"password": false,
"authMethod": false,
"apiKey": false,
"secretKey": false,
"token": false,
"isAdmin": false,
"type": false,
"contact": false,
"accounts": false,
"account": false,
"portalRoles": false,
"portals": false,
"roles": false,
"defaultTeam": false,
"auth2FA": false,
"isActive": false
},
"ActionHistoryRecord": {
"authToken": false,
"authLogRecord": false
}
}
},
"strictDefault": {
"scopeLevel": {
},
"fieldLevel": {
"assignedUser": {
"read": "yes",
"edit": "no"
},
"assignedUsers": {
"read": "yes",
"edit": "no"
},
"collaborators": false,
"teams": false
},
"scopeFieldLevel": {
"User": {
"gender": false
}
}
},
"valuePermissionList": [
"exportPermission",
"massUpdatePermission"
],
"permissionsStrictDefaults": {
"exportPermission": "no",
"massUpdatePermission": "no"
}
}