etn-ccis/blui-doc-it

Page redirect does not preserve URL Parameters

Opened this issue · 1 comments

Describe the bug

The way page redirect is implemented right now does not allow /style/iconography?icon=Add to be redirected to /style/icon-library?icon=Add. It will simply toss out all the URL parameters and redirect to /style/icon-library instead.

This will become a minor problem when #566 is merged

This issue still exists and did not get resolved in https://github.com/brightlayer-ui/doc-it/pull/566