mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +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
@@ -42,6 +42,7 @@ export class AppComponent implements OnInit {
|
||||
config: AppConfigService) {
|
||||
// TODO: remove once ADF 2.3.0 is out (needs bug fixes)
|
||||
preferences.defaults.supportedPageSizes = config.get('pagination.supportedPageSizes');
|
||||
preferences.defaults.paginationSize = config.get('pagination.size');
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
|
Reference in New Issue
Block a user