Red Hat Bugzilla – Bug 1443533
Drop down list from Other Resources page shows duplicate resources
Last modified: 2017-08-16 15:51 EDT
Created attachment 1272596 [details] screenshot of duplicate other resources Description of problem: Drop down list from Other Resources page shows duplicate resources(See attachment) Version-Release number of selected component (if applicable): OpenShift Master:v3.6.35 Kubernetes Master:v1.5.2+43a9be4 How reproducible: Always Steps to Reproduce: 1. Login in web console, create new project 2. On the overview page, click 'Resources' -> 'Other Resources' 3. Click drop list on the Other Resources page Actual results: 3.Some resources appears more than once Expected results: 3.Each resource appears only once Additional info:
This is being addressed via 2 PRs currently in process: - https://github.com/openshift/origin-web-common/pull/51 - https://github.com/openshift/origin-web-console/pull/1478
origin-web-common changes are included this in console PR https://github.com/openshift/origin-web-console/pull/1503
These PRs also may affect this bug as they change how things are listed on other resources: https://github.com/openshift/origin-web-common/pull/61 https://github.com/openshift/origin-web-console/pull/1525
The following PR's are also generally relevant to this issue: https://github.com/openshift/origin-web-common/pull/77 https://github.com/openshift/origin-web-console/pull/1572 However, they will just change the mechanism we are using to list. I don't anticipate anything will change for the end user.
Tested drop down list from Other Resources page, two kinds with the same name normally show that are from different groups. version: OpenShift Master:v3.6.86 Kubernetes Master:v1.6.1+5115d708d7