Skip to content

Commit

Permalink
rebase and reset filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviu Popa authored and Silviu Popa committed Sep 24, 2020
1 parent 4427fee commit 32054f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/process-services-cloud/src/lib/i18n/en.json
Expand Up @@ -11,6 +11,7 @@
"STATUS": "Status",
"START_DATE": "Start Date",
"COMPLETED_DATE": "Completed Date",
"COMPLETED_BY": "Completed By",
"ID": "Id",
"INITIATOR": "Initiator",
"APP_NAME": "Application Name",
Expand Down
Expand Up @@ -354,9 +354,7 @@ export class EditTaskFilterCloudComponent implements OnInit, OnChanges, OnDestro
}

onChangedUser(users: IdentityUserModel[], userProperty: TaskFilterProperties) {
if (users.length > 0) {
this.getPropertyController(userProperty).setValue(users[0].username);
}
this.getPropertyController(userProperty).setValue(users[0]?.username);
}

hasError(property: TaskFilterProperties): boolean {
Expand Down

0 comments on commit 32054f5

Please sign in to comment.