Bug 181507

Summary: Advanced query page does not give product-specific versions
Product: [Community] Bugzilla Reporter: Stephen Tweedie <sct>
Component: Bugzilla GeneralAssignee: PnT DevOps Devs <hss-ied-bugs>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-02 19:29:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stephen Tweedie 2006-02-14 18:37:17 UTC
Description of problem:
Using the new bugzilla-devel, the simple bug query page gives me options in the
"version" listbox which match the appropriate versions for the selected item in
the "product" listbox.

The Advanced query page does not do this --- no matter which product is
selected, all possible versions of all possible products are listed.  Eg.
selecting fedora-core as the product, I still get to choose RHEL versions in the
version list box.

How reproducible:

100%

Steps to Reproduce:
1. Open https://bugzilla.redhat.com/bugzilla-devel/query.cgi?format=advanced

Actual results:
Version listbox contains every version of every product that has ever existed.

Expected results:
Version listbox should really only contain versions appropriate to the selected
product.

Comment 1 David Lawrence 2006-02-14 18:50:15 UTC
Thank you for the feedback. This is actually expected since it mimics the
behaviour still of the old query page where you have to click 'Use Javascript'
in the upper right to enable the component/version filtering. This was
originally to allow people to load the page faster if they did not want the
extra overhead of the javascript code. The question now is whether I still need
to have those links at the upper right with the new Ajax method. I will remove
the links I think. Otherwise, does this work if you click the 'Use Javascript'
link first and then try to select a product?