mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user