Cause: ConsoleLink CR(openshift-blog) is not available in the cluster that causes the blog link to be undefined
Consequence: Clicking on blog link does nothing and user is not redirected.
Fix: Added a fallback link https://developers.redhat.com/products/openshift/whats-new if ConsoleLink CR is not present on the cluster.
Result: If ConsoleLink CR is not present on cluster then fallback link is used and user is redirected to https://developers.redhat.com/products/openshift/whats-new
Created attachment 1859034[details]
Screenshots of hovering over both the hyperlinks in the last modal of the onboarding tour
Description of problem:
When we switch to the Developer Console first time after we setup, there is an onboarding tour which describes various features of the Dev Console.
The last modal of the onboarding tour having the name "You're Ready to go!" has 2 hyperlinks, Blogs and Documentation.
Out of these, the Blogs hyperlink doesnot take us to the proposed page, while the Documentation link does.
Version-Release number of selected component (if applicable):
How reproducible:
Open the Developer Console for the first time in a new cluster.
Steps to Reproduce:
1. In a new cluster, switch to the Dev Console Tab for the first time.
2. You will get a onboarding tour of the Dev Console.
3. Click next till you come to the last modal "You're Ready to go!".
4. Click on the Blog hyperlink.
Actual results:
Not re-directing to the intended website.
Expected results:
Should re-direct to the intended website.
Additional info:
Found out that the consoleLink resource which contains the blog link is not present in the cluster.
Due to this, the blogs link is not getting re-directed.
A solution could be to hide the Blog Hyperlink when the consoleLink is absent in the cluster.
Comment 4Christoph Jerolimov
2022-03-17 08:33:03 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2022:5069
Created attachment 1859034 [details] Screenshots of hovering over both the hyperlinks in the last modal of the onboarding tour Description of problem: When we switch to the Developer Console first time after we setup, there is an onboarding tour which describes various features of the Dev Console. The last modal of the onboarding tour having the name "You're Ready to go!" has 2 hyperlinks, Blogs and Documentation. Out of these, the Blogs hyperlink doesnot take us to the proposed page, while the Documentation link does. Version-Release number of selected component (if applicable): How reproducible: Open the Developer Console for the first time in a new cluster. Steps to Reproduce: 1. In a new cluster, switch to the Dev Console Tab for the first time. 2. You will get a onboarding tour of the Dev Console. 3. Click next till you come to the last modal "You're Ready to go!". 4. Click on the Blog hyperlink. Actual results: Not re-directing to the intended website. Expected results: Should re-direct to the intended website. Additional info: