add option to demo

This commit is contained in:
Mario Romano
2016-08-26 12:22:13 +01:00
parent bd8288e172
commit c5817b7011
6 changed files with 75 additions and 2 deletions

View File

@@ -92,7 +92,7 @@
handler="delete">
</content-action>
<content-action
target="document"
target="folder"
title="Activiti: View Form"
(execute)="viewActivitiForm($event)">
</content-action>

View File

@@ -133,7 +133,7 @@ export class FilesComponent implements OnInit {
}
viewActivitiForm(event?: any) {
this.router.navigate(['/activiti/tasks', '1']);
this.router.navigate(['/activiti/tasksnode', event.value.entry.id]);
}
private setupBpmActions(actions: any[]) {