This commit is contained in:
Yuri Kuznetsov
2024-03-19 10:19:45 +02:00
parent cd0c397b07
commit a5a6c8a0a1
-3
View File
@@ -634,9 +634,6 @@ class ListView extends MainView {
this.getConfig().get('listPagination') ||
this.getMetadata().get(['clientDefs', this.scope, 'listPagination'])
) {
// @todo Remove in v8.1.
console.warn(`'listPagination' parameter is deprecated and will be removed in the future.`);
o.pagination = true;
}