working time range tooltips
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user