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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

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

View File

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