mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove duble function after PR #1050
This commit is contained in:
@@ -108,13 +108,6 @@ export class ActivitiProcessInstanceListComponent implements OnInit, OnChanges {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public reload() {
|
|
||||||
if (this.filter) {
|
|
||||||
let requestNode = this.convertProcessInstanceToTaskQuery(this.filter);
|
|
||||||
this.load(requestNode);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an array of ObjectDataRow
|
* Create an array of ObjectDataRow
|
||||||
* @param processes
|
* @param processes
|
||||||
|
Reference in New Issue
Block a user