[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

@@ -50,18 +50,6 @@ export class TaskDetailsCloudDemoComponent {
this.router.navigate([`/cloud/${this.appName}/`]);
}
onCompletedTask() {
this.goBack();
}
onUnclaimTask() {
this.goBack();
}
onClaimTask() {
this.goBack();
}
onTaskCompleted() {
this.goBack();
}