mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Add plain button to allow navigation from Processes screen again
Refs #1048
This commit is contained in:
@@ -188,6 +188,10 @@ export class ActivitiDemoComponent implements AfterViewChecked {
|
||||
this.currentProcessInstanceId = processInstanceId;
|
||||
}
|
||||
|
||||
navigateStartProcess() {
|
||||
this.changeTab('processes', 'start-process');
|
||||
}
|
||||
|
||||
onStartProcessInstance() {
|
||||
this.activitiStartProcess.reset();
|
||||
this.activitiprocesslist.reload();
|
||||
|
Reference in New Issue
Block a user