mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add option to demo
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
handler="delete">
|
||||
</content-action>
|
||||
<content-action
|
||||
target="document"
|
||||
target="folder"
|
||||
title="Activiti: View Form"
|
||||
(execute)="viewActivitiForm($event)">
|
||||
</content-action>
|
||||
|
@@ -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[]) {
|
||||
|
Reference in New Issue
Block a user