23 lines
515 B
JSON
23 lines
515 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"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"filterList": [
|
|
"actual"
|
|
]
|
|
}
|