You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that this was fixed in the 2.1 branch, however if you like me cannot use that version due to version conflicts in dependencies you can try the following:
Create your own Filter\Widget\Pager\Pager class which inherits from ONGR\FilterManagerBundle\Filter\Widget\Pager\Pager and override the ongr_filter_manager.core.filter.pager service definition
In certain circumstances the pager can display more pages than it normally should. The problem lies here:
FilterManagerBundle/Filter/ViewData/PagerAwareViewData.php
Line 187 in 26c1125
The problem here is that here $end can be more than the maximum number of available pages if the
$this->maxPages
parameter is higher than 4The text was updated successfully, but these errors were encountered: