-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
Description of Problem
On an account with different hosts being looked at, when you go back to the dashboard, the Recently Visited widget shows Red Hat Insights. Seems to be a missed Lightspeed rebranding item.

Technical info
Chrome service stores a list of recently visited links per user in our RDS database.
This is the structure it uses (source):
type VisitedPage struct { Bundle string `json:"bundle"` Pathname string `json:"pathname"` Title string `json:"title"` }
To fix this - we would need to update our DB migration script to find any links with the old title and either update or remove them.
Here is our DB migration script
We should only be storing the last 10 unique links the user has followed (source)
How reproducible
(Always/Intermittent)
Steps to Reproduce
- [Step 1]
- [Step 2]
- [Step 3]
Actual Behavior
[Describe the issue in detail, including what is happening and where]
Expected Behavior
[Describe what should be happening instead]
Business Impact / Additional info
- relates to
-
RHCLOUD-41564 UI | Insights to Lightspeed Rebrand for Existing Customer Workflows
-
- Refinement
-