Pager makeLinks param fix#2723
Conversation
|
Could you please add a test case to tests/system/Pager/PagerTest.php to demonstrate the issue that this fixes? See |
|
I'v modified makeLinks() a little more.
Also added some tests and user guide update. |
|
Ok, after some struggle with git, i hope it's my final commit for this PR :) |
I really hope those CI test errors are related to your PR or we have bigger issues! |
|
Actually it looks like a bunch of files had their mode changed. Sorry to do this to you, but let's back out the changes and reapply just what you need. Looks like that will fix the CI issues because your branch is missing a
I have a backup of your repo state local in case anything goes wrong. Good luck! :) |
30a68c6 to
f0d0628
Compare
|
Much better, thank you! |
Description
If $group=null then group name and query string param name is made of timestamp (change every call) making it useless. Setting default $group to "default" string literal solves the problem and generates default "page" query param name.
Checklist: