Skip to content

Commit

Permalink
[Workaround] Increased number of displayed Drafts as a workaround for…
Browse files Browse the repository at this point in the history
… Pagination issue (#98)
  • Loading branch information
mnocon authored Nov 21, 2023
1 parent 490954d commit 77c8a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/DependencyInjection/IbexaBehatExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function process(ContainerBuilder $container)
}

$container->setParameter('ibexa.site_access.config.admin_group.notifications.success.timeout', 30000);
$container->setParameter('ibexa.site_access.config.admin_group.pagination.content_draft_limit', 50);
}

public function prepend(ContainerBuilder $container)
Expand Down

0 comments on commit 77c8a5d

Please sign in to comment.