We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When passing a link string like:
http://mycoolwebsite/links/getForm?Search=&Sort_By=&Sort_Direction=&start=0
into a component, it renders as
http://mycoolwebsite/links/getForm?Search=&Sort_By=&Sort_Direction=&start=0
Which won't go to the desired page.
The text was updated successfully, but these errors were encountered:
@paulkotzsymbiote Fixed and in release:
This bug should not occur in SilverStripe 4.X but if it happens to be there, we'll need to up-port(?) the test
Sorry, something went wrong.
No branches or pull requests
When passing a link string like:
http://mycoolwebsite/links/getForm?Search=&Sort_By=&Sort_Direction=&start=0
into a component, it renders as
http://mycoolwebsite/links/getForm?Search=&Sort_By=&Sort_Direction=&start=0
Which won't go to the desired page.
The text was updated successfully, but these errors were encountered: