Bug 1867008
| Summary: | filter links are not composed correctly on operand details page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> | ||||
| Component: | Management Console | Assignee: | Jon Jackson <jonjacks> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Yadan Pei <yapei> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.6 | CC: | aos-bugs, jokerman, yapei | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.6.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-08-10 14:51:07 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 1710740 [details]
filters to search link
This is the same bug as https://bugzilla.redhat.com/show_bug.cgi?id=1866090. Marking as duplicate. *** This bug has been marked as a duplicate of bug 1866090 *** |
Description of problem: On operand details page, the filters link are not composed correctly, clicking it will return a search page always loading Version-Release number of selected component (if applicable): 4.6.0-0.nightly-2020-08-06-011653 How reproducible: Always Steps to Reproduce: 1. install Couchbase Operator and wait it to be successfully installed 2. create Couchbase Cluster instance 3. check Couchbase Cluster details and click one of the search icon on CouchbaseCluster Details page, for example RBAC selector: cluster=cb-example Actual results: 3. user will be taken to /search/all-namespaces?kind=core:v1:ConfigMap&q=cluster%3Dcb-example page and search page keeps loading { "description": "Specifies the labels of buckets to be selected and managed.", "displayName": "Buckets selector", "path": "buckets.selector", "x-descriptors": [ "urn:alm:descriptor:com.tectonic.ui:selector:core:v1:ConfigMap" ] }, Expected results: 3. the correct composed URL should be /search/all-namespaces?kind=core~v1~ConfigMap&q=cluster%3Dcb-example Additional info: