mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix build errors
This commit is contained in:
@@ -88,14 +88,6 @@ export class ActivitiDemoComponent implements AfterViewChecked {
|
|||||||
dataTasks: ObjectDataTableAdapter;
|
dataTasks: ObjectDataTableAdapter;
|
||||||
dataProcesses: ObjectDataTableAdapter;
|
dataProcesses: ObjectDataTableAdapter;
|
||||||
|
|
||||||
isProcessListSelected() {
|
|
||||||
return this.currentChoice === 'process-list';
|
|
||||||
}
|
|
||||||
|
|
||||||
isTaskListSelected() {
|
|
||||||
return this.currentChoice === 'task-list';
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor(private route: ActivatedRoute) {
|
constructor(private route: ActivatedRoute) {
|
||||||
this.dataTasks = new ObjectDataTableAdapter(
|
this.dataTasks = new ObjectDataTableAdapter(
|
||||||
[],
|
[],
|
||||||
@@ -135,7 +127,7 @@ export class ActivitiDemoComponent implements AfterViewChecked {
|
|||||||
this.processFilter = null;
|
this.processFilter = null;
|
||||||
this.currentProcessInstanceId = null;
|
this.currentProcessInstanceId = null;
|
||||||
|
|
||||||
this.changeTab('apps','tasks');
|
this.changeTab('apps', 'tasks');
|
||||||
}
|
}
|
||||||
|
|
||||||
changeTab(origin: string, destination: string) {
|
changeTab(origin: string, destination: string) {
|
||||||
|
Reference in New Issue
Block a user