[ADF-3274] people widget instead of the people list (#3582)

* people list added

* tests added

* style fix

* Update start-task.component.ts

Use correct import

* Update people.widget.spec.ts

add the async

* peopleSelected test fixed
This commit is contained in:
Maurizio Vitale
2018-07-23 09:23:33 +01:00
committed by Eugenio Romano
parent 855fdd8f48
commit 0274088114
7 changed files with 63 additions and 9 deletions

View File

@@ -65,7 +65,7 @@
</div>
<div class="adf-grid-column adf-grid-half-width">
<adf-people-selector [(peopleId)]="assigneeId" id="assignee_id"></adf-people-selector>
<people-widget (peopleSelected)="getAssigneeId($event)" [field]="field"></people-widget>
</div>
</div>
</div>