mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
clean form name in task header only when change task id (#2291)
This commit is contained in:
committed by
Mario Romano
parent
0ff268108f
commit
2cd3c9c233
@@ -102,7 +102,7 @@ export class ActivitiDemoComponent implements AfterViewInit, OnDestroy, OnInit {
|
||||
taskSchemaColumns: any [] = [];
|
||||
taskPagination: Pagination = {
|
||||
skipCount: 0,
|
||||
maxItems: 2,
|
||||
maxItems: 10,
|
||||
totalItems: 0
|
||||
};
|
||||
taskPage: number = 0;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<div class="form-container">
|
||||
<activiti-form [form]="form">
|
||||
</activiti-form>
|
||||
<adf-form [form]="form">
|
||||
</adf-form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user