working time range tooltips

This commit is contained in:
Yuri Kuznetsov
2024-08-02 09:58:32 +03:00
parent 0c8cdb61dc
commit 2964fff2cd
4 changed files with 14 additions and 6 deletions
@@ -23,5 +23,9 @@
},
"presetFilters": {
"actual": "Actual"
},
"tooltips": {
"calendars": "Calendars to apply the exception to. The exception will be applied to all users of selected calendars.\n\nLeave the field empty if you need to apply the exception only for specific users.",
"users": "Specific users to apply the exception to."
}
}
@@ -11,10 +11,10 @@
],
[
{"name": "timeRanges"},
{"name": "calendars"}
false
],
[
false,
{"name": "calendars"},
{"name": "users"}
],
[
@@ -10,10 +10,12 @@
{"name": "dateEnd"}
],
[
{"name": "timeRanges"}
{"name": "timeRanges"},
false
],
[
{"name": "calendars"}
{"name": "calendars"},
{"name": "users"}
],
[
{"name": "description"}
@@ -31,11 +31,13 @@
"type": "text"
},
"calendars": {
"type": "linkMultiple"
"type": "linkMultiple",
"tooltip": true
},
"users": {
"type": "linkMultiple",
"view": "views/working-time-range/fields/users"
"view": "views/working-time-range/fields/users",
"tooltip": true
},
"createdAt": {
"type": "datetime",