DueDate filter fix translation and add missing option (#6128)

Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
This commit is contained in:
Silviu Popa
2020-09-22 22:40:43 +03:00
committed by GitHub
parent e351925e8f
commit 7bead426ce
2 changed files with 8 additions and 7 deletions

View File

@@ -169,14 +169,14 @@
"APP_VERSION": "AppReleaseVersion", "APP_VERSION": "AppReleaseVersion",
"CREATED_DATE": "Created Date", "CREATED_DATE": "Created Date",
"DATE_RANGE": { "DATE_RANGE": {
"NO_DATE": "NO_DATE", "NO_DATE": "No Date",
"TODAY": "today", "TODAY": "Today",
"TOMORROW": "tomorow", "TOMORROW": "Tomorow",
"NEXT_7_DAYS": "Next 7 Days", "NEXT_7_DAYS": "Next 7 Days",
"WEEK": "this week", "WEEK": "This week",
"MONTH": "this month", "MONTH": "This month",
"QUARTER": "this quarter", "QUARTER": "This quarter",
"YEAR": "this year", "YEAR": "This year",
"RANGE": "Date within" "RANGE": "Date within"
}, },
"DATE_RANGE_TITLE": "Start date - End date", "DATE_RANGE_TITLE": "Start date - End date",

View File

@@ -667,6 +667,7 @@ export class EditTaskFilterCloudComponent implements OnInit, OnChanges, OnDestro
value: currentTaskFilter.dueDate || false, value: currentTaskFilter.dueDate || false,
dateFilterOptions: [ dateFilterOptions: [
DateCloudFilterType.NO_DATE, DateCloudFilterType.NO_DATE,
DateCloudFilterType.TODAY,
DateCloudFilterType.TOMORROW, DateCloudFilterType.TOMORROW,
DateCloudFilterType.NEXT_7_DAYS, DateCloudFilterType.NEXT_7_DAYS,
DateCloudFilterType.RANGE DateCloudFilterType.RANGE