mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
MINOR: Increase page size back up to 15
This commit is contained in:
parent
d9ccc14d67
commit
e3958fc25e
@ -38,7 +38,7 @@ class DMSSiteTreeExtension extends DataExtension {
|
||||
new GridFieldFilterHeader(),
|
||||
new GridFieldSortableHeader(),
|
||||
new GridFieldDataColumns(),
|
||||
$paginatorComponent = new GridFieldPaginator(10),
|
||||
$paginatorComponent = new GridFieldPaginator(15),
|
||||
new GridFieldEditButton(),
|
||||
new DMSGridFieldDeleteAction(), //special delete dialog to handle custom behaviour of unlinking and deleting
|
||||
new GridFieldDetailForm()
|
||||
|
Loading…
Reference in New Issue
Block a user