RedHatInsights / insights-frontend

Web frontend for Insights
https://access.redhat.com/insights
7 stars 7 forks source link

Random redirect interferes with query string URL on rules page #430

Closed Robcwilliams closed 6 years ago

Robcwilliams commented 6 years ago

Example: I would like to point someone to a list of Insights rules which have the term "SAP". This creates me a nice URL I used to be able to share with users without having to give them instructions of "Type SAP into this search area". The URL produced is

https://access.redhat.com/insights/rules?product=all&search_term=SAP

When visiting the above URL from a new window, Insights navigates to that page, bounces back to a white page and then lands me on https://access.redhat.com/insights/rules?product=all without pre-filtered results as specified in the URL.

This does not seem to happen though for a URL like https://access.redhat.com/insights/inventory?product=all&sort_field=toString&sort_dir=ASC&offline=true&online=true&machine=704bff29-e114-4c6c-9f1f-c0011ddc7c2b which lands me with the exact view I intend to see.