fix different material depencncies (#2791)

This commit is contained in:
Eugenio Romano
2017-12-19 15:41:36 +00:00
committed by GitHub
parent 14c81ca978
commit 413dcc9e45
10 changed files with 83 additions and 92 deletions

View File

@@ -153,7 +153,7 @@ export class ProcessServiceComponent implements AfterViewInit, OnDestroy, OnInit
private preferenceService: UserPreferencesService) {
this.dataTasks = new ObjectDataTableAdapter();
this.dataTasks.setSorting(new DataSorting('created', 'desc'));
this.supportedPages = this.preferenceService.getDifferentPageSizes();
// this.supportedPages = this.preferenceService.getDifferentPageSizes();
this.taskPagination.maxItems = this.preferenceService.paginationSize;
// Uncomment this line to replace all 'text' field editors with custom component