Matias Griese
Matias Griese
There is still an issue if referrer fallback is getting used. It contains the language prefix.
Maybe fixed already, needs testing.
Above does not work as it doesn't change the parameter name in the templates and I don't think that it's used so much either. I'm not sure if it's best...
I just implemented a similar feature 2 days ago, where on a certain condition user gets redirected to intermediate page forcing them to make a choice before they get logged...
Duplicate of https://github.com/getgrav/grav-plugin-form/issues/355 And it's already fixed in forms plugin. Thanks for reporting it, though!
Oh, and there's a slight issue in the proposed fix, it should be either the old behavior: ```twig {% set action = form.action ? base_url ~ form.action : base_url ~...
I think this is a good enchantment idea as someone else can go to your desk when you're getting coffee, etc.
https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Uri.php#L542-L547 So yes, it looks into the current URL and returns the value of /page:1 parameter. To be honest, I don't think that we should have a pagination plugin at...
Looks good to me!
Just a note: There are new pagination classes which already support this: https://github.com/getgrav/grav/tree/develop/system/src/Grav/Framework/Pagination