[ADF-3926] Start Task Cloud: Single selection mode: the default assignee is not part of the list o… (#4175)

* Single selection mode: the default assignee is not part of the list once is removed

* Changing providerDropdown locator
This commit is contained in:
Maurizio Vitale
2019-01-17 16:51:56 +00:00
committed by Eugenio Romano
parent a8493f1ca1
commit 274c4d9389
2 changed files with 2 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ export class PeopleCloudComponent implements OnInit {
private loadPreSelectUsers() {
if (!this.isMultipleMode()) {
this.searchUserCtrl.setValue(this.preSelectUsers[0]);
this.preSelectUsers = [];
}
}