mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3619] - change assignment placeholder (#6891)
* [ACA-3619] - change assignment placeholder * RP changs Co-authored-by: Silviu Constantin Popa <silviucpopa@L3700101120.ness.com>
This commit is contained in:
@@ -379,7 +379,7 @@
|
||||
"ADF_CLOUD_TASK_ASSIGNEMNT_FILTER": {
|
||||
"ASSIGNED_TO_ME": "Assigned to me",
|
||||
"UNASSIGNED": "Unassigned",
|
||||
"LIST_OF_CANDIDATE_USERS": "List of candidate users",
|
||||
"LIST_OF_CANDIDATE_GROUPS": "List of candidate groups",
|
||||
"ASSIGNEE": "Assignee",
|
||||
"ASSIGNMENT_TYPE": "Assignment type"
|
||||
}
|
||||
|
@@ -6,7 +6,7 @@
|
||||
(ngModelChange)="onAssignmentTypeChange(assignmentType)">
|
||||
<mat-option [value]="assignmentTypeList.currentUser">{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.ASSIGNED_TO_ME' | translate }} </mat-option>
|
||||
<mat-option [value]="assignmentTypeList.unassigned">{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.UNASSIGNED' | translate }} </mat-option>
|
||||
<mat-option [value]="assignmentTypeList.candidateGroups">{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.LIST_OF_CANDIDATE_USERS' | translate }} </mat-option>
|
||||
<mat-option [value]="assignmentTypeList.candidateGroups">{{ 'ADF_CLOUD_TASK_ASSIGNEMNT_FILTER.LIST_OF_CANDIDATE_GROUPS' | translate }} </mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
||||
|
Reference in New Issue
Block a user