- 🇩🇪Germany osopolar 🇩🇪 GER 🌐
Patch from #21 with following modification no not set pager like
page=0
:- $element = $pager_manager->getUpdatedParameters([], $pager->getPagerId(), $current - 1);
+ $element = $current > 1 ? $pager_manager->getUpdatedParameters([], $pager->getPagerId(), $current - 1) : [];
- 🇩🇪Germany Anybody Porta Westfalica
Thanks for the important work on this. I think this now needs to be fixed in 2.0.x-dev and therefor needs a reroll. Furthermore it would be super helpful to have tests to ensure it works as expected
- 🇩🇪Germany Anybody Porta Westfalica
We should please have tests for this and it would be great, if someone could test this manually before. Thanks!