Open
Bug 1195734
Opened 10 years ago
Updated 10 years ago
Inconsistancy with __All__ and __Any__ in "Administer Flag Types"
Categories
(Bugzilla :: Administration, task)
Tracking
()
UNCONFIRMED
People
(Reporter: christophe.jaillet, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150812163655
Steps to reproduce:
Go in "Administer Flag Types" (Administration --> Flags)
The initial display is Product: __Any__ Component: __Any__
Do not select anything and click on Filter
Actual results:
Now, we have Product: __Any__ Component: __All__
Expected results:
I find confusing to change __Any__ to __All__.
Apprently, bugzilla does not care about the text displayed, only the position in the list (i.e. first in the list) matters
Using __Any__ or __All__ all the time seems more consistant. Users does not have to wonder if the 2 differents labels have different meaning.
Changing __All__ into __Any__ on line 19 of admin/flag-type/list.html.tmpl seems to be enough.
![]() |
||
Comment 1•10 years ago
|
||
I cannot reproduce, neither with 4.4.9, nor with 5.0. I never get "Component: __Any__".
![]() |
||
Updated•10 years ago
|
Assignee: general → administration
Severity: normal → trivial
Component: Bugzilla-General → Administration
Reporter | ||
Comment 2•10 years ago
|
||
Ok, one step was missing to reproduce:
On first load, __Any__ / __All__
select a product --> <product> / __Any__
Click on Filter --> <product> / __All__
Same if after selecting <product> you choose __Any__ as a product.
You need to log in
before you can comment on or make changes to this bug.
Description
•