[ADF-645] added claim and unclaim event for task details action (#3038)

* [ADF-645] added claim and unclaim event for task details action

* [ADF-645] added new events to documentation
This commit is contained in:
Vito
2018-03-06 15:54:44 +00:00
committed by Eugenio Romano
parent d8e5e55ffa
commit 0f64af39d9
4 changed files with 31 additions and 1 deletions

View File

@@ -69,7 +69,7 @@
[taskDetails]="taskDetails"
[formName]="taskFormName"
(claim)="onClaimAction($event)"
(unclaim)="onClaimAction($event)">
(unclaim)="onUnclaimAction($event)">
</adf-task-header>
<adf-people *ngIf="showInvolvePeople" #people
[people]="taskPeople"