Page redirect does not preserve URL Parameters #572
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
bug
Something not working as expected
good first issue
A good issue for first-time contributors
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
The text was updated successfully, but these errors were encountered: