mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
DueDate filter fix translation and add missing option (#6128)
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
This commit is contained in:
parent
e351925e8f
commit
7bead426ce
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user