mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Dev mromano improveprocess (#1334)
* fix overload activiti * fix reload tasklist * fix process variables * fix default filter * improve process list * fix tests process * fix tests * Fix test for form * fix tests * fix tests * #fix activiti bug * #fix activiti bug (reverted from commit c966395ed1087e1dedaf0af0923a89ba99d6ab9f) * fix tests * #fix header test bug * fix tests * fix process * fix tests
This commit is contained in:
@@ -89,6 +89,10 @@ export class ActivitiDemoComponent implements AfterViewInit {
|
||||
taskSchemaColumns: any [] = [];
|
||||
processSchemaColumns: any [] = [];
|
||||
|
||||
processTabActivie: boolean = false;
|
||||
|
||||
reportsTabActivie: boolean = false;
|
||||
|
||||
taskFilter: FilterRepresentationModel;
|
||||
report: any;
|
||||
processFilter: FilterRepresentationModel;
|
||||
@@ -232,6 +236,14 @@ export class ActivitiDemoComponent implements AfterViewInit {
|
||||
this.loadStencilScriptsInPageFromActiviti();
|
||||
}
|
||||
|
||||
activeProcess() {
|
||||
this.processTabActivie = true;
|
||||
}
|
||||
|
||||
activeReports() {
|
||||
this.reportsTabActivie = true;
|
||||
}
|
||||
|
||||
loadStencilScriptsInPageFromActiviti() {
|
||||
this.apiService.getInstance().activiti.scriptFileApi.getControllers().then(response => {
|
||||
if (response) {
|
||||
|
Reference in New Issue
Block a user