Skip to content

Commit

Permalink
DueDate filter fix translation and add missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviu Popa authored and Silviu Popa committed Sep 22, 2020
1 parent 636da03 commit e8b364f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/process-services-cloud/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8b364f

Please sign in to comment.