laravel-table icon indicating copy to clipboard operation
laravel-table copied to clipboard

Sort URL issues

Open cloudhill9 opened this issue 9 years ago • 2 comments

Thanks for laravel-table.

I have noticed two issues which may not be an issue at all. Please advise

  1. Not able to generate secure sort URL

  2. Trailing slash is causing 301 redirect

return url($path . '/?' . http_build_query($parameters));

cloudhill9 avatar Oct 23 '15 00:10 cloudhill9

Thank you @gbrock for the quick fix.

cloudhill9 avatar Oct 26 '15 01:10 cloudhill9

You're very welcome. Note that these fixes are only included in the upcoming rewrite; I haven't patched them into the core since it seems you've already forked for your purposes.

I'll leave this open until the fixes are available in the master branch.

gbrock avatar Oct 27 '15 17:10 gbrock