Edgewall Software

Ticket #7659 (closed defect: fixed)

Opened 2 months ago

Last modified 4 days ago

No "resolution" checkbox and column for "not closed" tickets

Reported by: deadspammer@… Owned by: rblank
Priority: normal Milestone: 0.11.3
Component: ticket system Version: 0.11-stable
Severity: minor Keywords:
Cc:

Description

First of all sorry for my English, it's not a native language for me.

1 - There is no "resolution" checkbox when I use a default query like /query (cause only closed tickets has resolution). So when I check "closed" checkbox too (to view ALL tickets), I must initially press "update" button to reload a page and then get ability to use resolution in later queries.

2 - And vice versa, when I already use any query which have "resolution" and "closed" and then uncheck "closed", i'm losing "resolution" for later queries... See step 1 ;)

Attachments

7659-column-removal-r7716.patch (2.2 KB) - added by rblank 5 days ago.
Patch against 0.11-stable showing all column checkboxes in queries

Change History

Changed 2 months ago by anonymous

  • milestone set to 0.11.2

Changed 2 months ago by rblank

  • keywords needinfo added

I don't understand what you think is wrong. If you want to query for closed tickets with a specific resolution, select only the "closed" status, and select "Resolution" in the select field next to "Add filter". This should add a new line to the query with checkboxes for all available resolutions. Check the ones you want and click "Update".

Could you please provide some more information, for example a step-by-step procedure to reproduce the problem and what is wrong with Trac's behavior?

Changed 2 months ago by anonymous

problem is that i need one more additional step (page reload) to get "resolution" checkbox when a query changing from "without closed tickets" to "with closed tickets"

1) initial: /query?status=accepted&status=closed&col=id&col=summary&col=resolution&order=priority -- all OK, we have "resolution" here

2) unchecking "closed", clicking "update": /query?status=accepted&col=id&col=summary&col=resolution&order=priority -- "resolution" checkbox is lost

3) checking "closed" again, clicking "update" (can't check "resoltion" at this step -- no such checkbox): /query?status=accepted&status=closed&col=id&col=summary&order=priority -- almost OK, but without "resolution" column

4) checking "resolution", clicking "update" -- all OK, with "resolution column"

it's rather annoyance than a bug. IMHO step 2 don't need to lose an appropriate checkbox

Changed 2 months ago by anonymous

if step 2 will work without such "loss", step 3 will be unnecessary

Changed 2 months ago by anonymous

i said about "columns" checkboxes, not "filters"

Changed 6 weeks ago by cboos

  • keywords needinfo removed
  • severity changed from normal to minor
  • milestone changed from 0.11.2 to 0.11.3

Ok, I see what you mean. Ideally, when selecting the "closed" checkbox in the "Status" filter, you'd like to get the extra "resolution" checkbox in the list of columns.

Changed 6 weeks ago by deadspammer@…

...or simply to have "resolution" checkbox all the time, instead of real status. this may be some excessive, but more useful for me

Changed 2 weeks ago by rblank

  • owner set to rblank

Changed 5 days ago by rblank

Patch against 0.11-stable showing all column checkboxes in queries

Changed 5 days ago by rblank

The patch above moves the "semi-intelligent" column removal algorithm from get_all_columns() to get_default_columns(). That way, the columns proposed by default remain the same, but all column checkboxes are available for selection.

Comments welcome.

Changed 4 days ago by rblank

  • status changed from new to closed
  • resolution set to fixed

Fixed in [7721].

Add/Change #7659 (No "resolution" checkbox and column for "not closed" tickets)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from rblank. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.