Bug 1414741

Summary: [trello 60kr8WOB] Click on label pairs in StatefulSet page wrongly turns to projects page
Product: OKD Reporter: Xingxing Xia <xxia>
Component: Management ConsoleAssignee: bpeterse
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, jforrest, mmccomas
Target Milestone: ---   
Target Release: ---   
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: 2017-05-30 12:49:42 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:

Description Xingxing Xia 2017-01-19 11:00:10 UTC
Description of problem:
Click on label pairs in StatefulSet page wrongly turns to projects page

Version-Release number of selected component (if applicable):
openshift v1.5.0-alpha.1+e0218ac-340

How reproducible:
Always

Steps to Reproduce:
1. Create statefulset as steps in https://bugzilla.redhat.com/show_bug.cgi?id=1414709#c0
2. Click Applications --> Stateful Sets --> hello, it shows label pairs: app hello and name hello
3. Click on label name or value

Actual results:
3. It wrongly turns to projects page showing projects you can view.

Expected results:
3. It should filter statefulsets according to the clicked label name or value

Additional info:

Comment 1 bpeterse 2017-01-19 21:32:10 UTC
PR open: https://github.com/openshift/origin-web-console/pull/1153

Comment 2 Xingxing Xia 2017-01-20 03:41:07 UTC
Verified in openshift v1.5.0-alpha.2+2543fed-29. Fixed. Now click on label pairs in StatefulSet page can correctly filter statefulsets according to the clicked label name or value. Thank you.