[ADF-4544] Cloud Task From - Refresh the buttons and form after an action is complete (#4726)

* [ADF-4544] Reloaded task on action

* [ADF-4544] Changed routing in demo component

* [ADF-4544] Added tests
This commit is contained in:
Deepak Paul
2019-05-31 14:37:08 +05:30
committed by Eugenio Romano
parent 892172150e
commit f27846ec5b
6 changed files with 95 additions and 16 deletions

View File

@@ -7,9 +7,7 @@
[appName]="appName"
[taskId]="taskId"
(cancelClick)="goBack()"
(taskClaimed)="onClaimTask()"
(taskCompleted)="onTaskCompleted()"
(taskUnclaimed)="onUnclaimTask()"
(formSaved)="onFormSaved()">
</adf-cloud-task-form>
</div>