This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/clientDefs/Preferences.json
T
2019-08-21 13:53:50 +03:00

25 lines
628 B
JSON

{
"recordViews":{
"edit": "views/preferences/record/edit"
},
"views":{
"edit": "views/preferences/edit"
},
"acl": "acl/preferences",
"aclPortal": "acl-portal/preferences",
"dynamicLogic": {
"fields": {
"assignmentEmailNotificationsIgnoreEntityTypeList": {
"visible": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "receiveAssignmentEmailNotifications"
}
]
}
}
}
}
}