Closed Bug 265354 Opened 20 years ago Closed 20 years ago

Flags should be reported in the buglist.

Categories

(Bugzilla :: Query/Bug List, enhancement)

All
Linux
enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 108243

People

(Reporter: stuartd, Assigned: justdave)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616

Buglists should include the flags, so you can easily see which flags are set in
the +, -, or ? state.

Reproducible: Always
Steps to Reproduce:
Here is a patch which adds the columns Flags+, Flags-, and Flags? to the
buglist.  

I like narrow columns, so I strip the flag names after the first space, and
concatenate all flagnames together into the single record.

This might pose some efficiency problems for larger queries because it has
another query/join for every bug in the list.  I tried to get a single SQL
statement to return the information but could not get GROUP_CONCAT to work so
had to resort to this.	Other ideas are welcome.
What you want is 3 columns, right? One for each state +, - and ?. IMHO, only one
column containing all flags would be better.

This idea is already mentioned in bug 204864. Marking as a dupe.


*** This bug has been marked as a duplicate of 204864 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
This is not a dupe (at least not of that bug - though I'm sure I have actually
seen this somewhere before).

long format and buglist are not the same thing.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---

*** This bug has been marked as a duplicate of 108243 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: