mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1301] Document List - page sizes (#299)
* pagination sizes * retire documentList supportedPageSizes * fix tests
This commit is contained in:
committed by
Denys Vuika
parent
10818633c5
commit
abf34a6b48
@@ -172,7 +172,7 @@
|
||||
|
||||
<ng-container *ngIf="!isEmpty">
|
||||
<adf-pagination
|
||||
[supportedPageSizes]="documentList.supportedPageSizes"
|
||||
[supportedPageSizes]="'pagination.supportedPageSizes' | appConfig"
|
||||
[pagination]="pagination"
|
||||
(change)="load(true, $event)"
|
||||
(changePageSize)="onChangePageSize($event)">
|
||||
|
Reference in New Issue
Block a user