Process list implement pagination interface (#2872)

This commit is contained in:
Maurizio Vitale
2018-02-03 18:22:05 +00:00
committed by Eugenio Romano
parent 105bc80d2c
commit 0f6ac42e4c
17 changed files with 311 additions and 141 deletions

View File

@@ -61,7 +61,7 @@ export class ProcessAttachmentListComponent implements OnChanges, AfterContentIn
hasCustomTemplate: boolean = false;
attachments: any[] = [];
isLoading: boolean = true;
isLoading: boolean = false;
constructor(private activitiContentService: ProcessContentService,
private contentService: ContentService,