mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
TSK-1411 Доработка фильтров с датами (#3151)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -64,7 +64,15 @@ export default mergeIds(viewId, view, {
|
||||
ShowPreviewOnClick: '' as IntlString,
|
||||
Shown: '' as IntlString,
|
||||
ShowEmptyGroups: '' as IntlString,
|
||||
Total: '' as IntlString
|
||||
Total: '' as IntlString,
|
||||
Overdue: '' as IntlString,
|
||||
Today: '' as IntlString,
|
||||
ThisWeek: '' as IntlString,
|
||||
NextWeek: '' as IntlString,
|
||||
ThisMonth: '' as IntlString,
|
||||
NextMonth: '' as IntlString,
|
||||
NotSpecified: '' as IntlString,
|
||||
CustomDate: '' as IntlString
|
||||
},
|
||||
function: {
|
||||
StatusSort: '' as SortFunc
|
||||
|
||||
Reference in New Issue
Block a user