Bug 1126248

Summary: Able to select disabled components in New Bug interface
Product: [Community] Bugzilla Reporter: John Skeoch <jskeoch>
Component: User InterfaceAssignee: Matt Tyson 🤬 <mtyson>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 4.4CC: jmcdonal, mtyson, rjoost, sclewis, szhou
Target Milestone: 4.4   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 4.4.5024 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-27 00:28:20 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 John Skeoch 2014-08-04 00:15:27 UTC
Description of problem:
The user is able to autocomplete the names of disabled components.

How reproducible:
Everytime

Steps to Reproduce:
1. Create a new bug, specifically tried Red Hat Openstack
2. Autocomplete quantum, two components are shown, however both are disabled

Comment 1 Simon Green 2014-08-04 00:18:35 UTC
This also happens when you change a product on the show_bug.cgi page. Both of these use the Product.get API call via AJAX. Both are Red Hat customisations. is_active is returned by the RPC call, so we just need to honour that value.

Comment 7 Simon Green 2014-08-27 00:28:20 UTC
This change is now live. If there are any issues, do not reopen this bug.
Instead, you should create a new bug and reference this bug.