-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.19
-
None
-
Moderate
-
None
-
False
-
-
Release Note Not Required
-
In Progress
Description of problem:
console-demo-plugin adds a `Demo Plugin` tab for project resource, every time we click on `Demo Plugin` tab, it will append /demo-plugin suffix as part of URL path, in this situation visiting any tab will just return empty page since that's invalid URL
Version-Release number of selected component (if applicable):
4.19.0-0.nightly-2025-02-11-161912
How reproducible:
Always
Steps to Reproduce:
1. deploy console-demo-plugin manifests and enable it $ oc apply -f https://raw.githubusercontent.com/openshift/console/refs/heads/master/dynamic-demo-plugin/oc-manifest.yaml 2. Navigate to any project details page, such as openshift-console 3. switch between tabs including 'Demo Plugin' tab
Actual results:
3. After we click on 'Demo Plugin', nav through any project tab will just return empty page
Expected results:
3. return correct page
Additional info: