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/WorkingTimeRange.json
T
2023-04-11 14:36:52 +03:00

38 lines
895 B
JSON

{
"controller": "controllers/record",
"viewSetupHandlers": {
"record/edit": "handlers/working-time-range"
},
"mergeDisabled": true,
"massUpdateDisabled": true,
"menu": {
"list": {
"buttons": [
{
"name": "calendars",
"label": "Calendars",
"link": "#WorkingTimeCalendar"
}
]
}
},
"dynamicLogic": {
"fields": {
"timeRanges": {
"visible": {
"conditionGroup": [
{
"type": "equals",
"attribute": "type",
"value": "Working"
}
]
}
}
}
},
"filterList": [
"actual"
]
}